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

Hint about Git Ignores #1

Closed bcarpenter closed 14 years ago

bcarpenter commented 15 years ago

This isn't a bug, but it bit me (and I initially thought it was a bug w/Smurf).

I was getting weird errors on my production machine because the all.css file wasn't getting updated. I happened to have accidentally checked these two cache files generated by Smurf into git.

Maybe add a note about making entries in myapp/.gitignore for the all.js and all.css files that smurf generates.

thumblemonks commented 14 years ago

Dear Mr. bcarpenter,

Thanks! Not a bad point at all.

thumblemonks commented 14 years ago

Ok. I mentioned it in the Readme. Open this issue back if you don't like. Thanks again.