Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ronniechong/compass-watch

Standalone GruntJS automated Compass
https://github.com/ronniechong/compass-watch

Last synced: about 1 month ago
JSON representation

Standalone GruntJS automated Compass

Awesome Lists containing this project

README

        

#Compass-watch#
This is a standalone, GruntJS automated Compass compiler. That's it!

Useful when you need a quick development and deployment

##Instructions##

Watches any ```*.scss``` files and compiles them into ```*.css```

You can change the source and destination folders in the ```Gruntfile.js```

```
npm install
```

```
grunt
```