Last Updated: February 25, 2016
·
480
· digerata

Alias Your Compass Init

I quickly found I had bloody knuckles after typing in compass init and getting bunk defaults of SCSS.

If you use compass and create lots of projects, it helps to use a simple alias for you settings. Add the following to your ~/.bash_profile:

alias compass_init="compass init --syntax=sass --css-dir=css --javascripts-dir=js"