Back
Rails tip: Get AckMate to search .scss files
Other·Calvin Correli·Oct 9, 2011· 1 minutes
I love AckMate, but to my horror, it doesn't search through .scss or .css.scss files, which is used in Rails 3.1. The fix is easy: Add this to your ~/.ackrc: --type-add=css=.scss That does the trick. Cheers.