RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: shannonwells
Site: http://shannonwells.livejournal.com
I created a file in vendor/assets/javascripts and put the manifest command in there:
vendor.js:
//= require_tree .
Then back in app/assets/javascripts/application.js:
//= require vendor
Hope this helps others.
I created a file in vendor/assets/javascripts and put the manifest command in there:
vendor.js:
//= require_tree .
Then back in app/assets/javascripts/application.js:
//= require vendor
Hope this helps others.