-
Notifications
You must be signed in to change notification settings - Fork 1
Compass
Darryl Hein edited this page Jan 14, 2014
·
1 revision
Some scripts to help using/running compass. The template is now setup to use grunt, so it's uncommon to use these scripts, but good to keep around.
compass_compile.sh
#!/bin/bash
# compiles the SASS files for the project and the libraries (just in case)
cd html/xm/ && compass compile . --time --environment development && cd ../..
compass compile . --time --environment development
compass_watch.sh
#!/bin/bash
# watches the current project, including the xm library
compass watch . --time --environment development -I html/xm/css/sass/