abahgat / redmine_didyoumean

A Redmine plugin to search for possible duplicates when users are about to open new issues.
Other
68 stars 46 forks source link

css and javascript not found #13

Closed asewbaran closed 12 years ago

asewbaran commented 12 years ago

"NetworkError: 404 Not Found - http://...:8080/plugin_assets/redmine_didyoumean/stylesheets/didyoumean.css" "NetworkError: 404 Not Found - http://...:8080/plugin_assets/redmine_didyoumean/javascripts/didyoumean.js"

this results into: observeIssueSubjectField is not defined

The installations is done by using: ruby script/plugin install https://github.com/abahgat/redmine_didyoumean.git

asewbaran commented 12 years ago

I found out that RAILS didn't copy the contents of ${PLUGIN_DIR}/assets to ${REDMINE_ROOT}/public/plugin_assets/${PLUGIN_DIR}

Manually copying the stylesheets and javascripts to the folder solved the issue for me