In Rails 3.2 I have some css files stored under /app/assets/stylesheets/vendor
.
In /app/assets/stylesheets
I have a file named vendor.css
with the following contents:
/*
*= require_tree ./vendor
*/
For some reason http://localhost:3000/assets/vendor.css?body=1
is not showing any of the css files contained in the /vendor
folder.
/*
*/
Is there something else I need to configure to get the files to load up?
Aucun commentaire:
Enregistrer un commentaire