Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ronniechong/compass-watch
- Owner: ronniechong
- Created: 2014-10-16T04:22:53.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-16T12:33:27.000Z (about 10 years ago)
- Last Synced: 2024-04-14T12:59:02.313Z (9 months ago)
- Language: CSS
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```