fabric/share/templates/readmes/sass.md
Ronny Abraham 24ee8487d6 updated the amazon web server info, and added a readme for SASS use
Changes to be committed:
	modified:   share/templates/readmes/aws.md
	new file:   share/templates/readmes/sass.md
2017-03-21 14:33:10 +02:00

536 B

##Sass

How to set up sass watch with multiple directories

sass -I share/media/projectwide_sass_files 
  --watch code/apps/sassdir:code/apps/cssdir

How to get vim to work with a sass file include

let g:syntastic_sass_sass_args="
  -I /Full/share/media/projectwide_sass_files"

fixing syntastic check args

syntastic manual