0

Rails tip: Get AckMate to search .scss files

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.

0 comments

There are no comments yet. Be the first one to leave a comment!

Leave a comment