/phamlp

origin: http://code.google.com/p/phamlp/. The author didn't reply to my mail. (yet?). Unless that happens my changes to phamlp can be found here. Much more fixes have been contributed by: https://github.com/goncaloesteves/phamlp

Primary LanguagePHP

How to use from the command line

for put sass files in watch mode, and output css is written to file .css:

sassc watch ./tests/scss

If you are in windows, have to set PHP_COMMAND environment var for php.exe path. Example:

set PHP_COMMAND=c:\xampp\php\php.exe