RailsCasts Pro episodes are now free!

Learn more or hide this

Shannon Wells's Profile

GitHub User: shannonwells

Site: http://shannonwells.livejournal.com

Comments by Shannon Wells

Avatar

I created a file in vendor/assets/javascripts and put the manifest command in there:

vendor.js:

javascript
//= require_tree .

Then back in app/assets/javascripts/application.js:

javascript
 //= require vendor

Hope this helps others.