thumblemonks / smurf

Rails plugin to automatically minify JavaScript and CSS when their bundles get cached
http://gusg.us/code/ruby/smurf-rails-autominifying-js-css-plugin.html
MIT License
193 stars 12 forks source link

Doesn't load it in public/stylesheet/cache and public/javascript/cache #3

Closed brodock closed 14 years ago

brodock commented 14 years ago

Is it correct? As the instructions tell us about public//cache/ to go to gitignore.

thumblemonks commented 14 years ago

Hey Gabriel,

Usually the directories will be named /public/javascripts and public/stylesheets (note the plurality). I'm not sure if this is important for your example or not.

Can you provide some more info about what the actual problem is?

Cheers, gus