Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loicmahieu/grunt-coffee-browserify-angular-compass
https://github.com/loicmahieu/grunt-coffee-browserify-angular-compass
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/loicmahieu/grunt-coffee-browserify-angular-compass
- Owner: LoicMahieu
- Created: 2014-08-07T17:53:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-24T11:52:00.000Z (almost 8 years ago)
- Last Synced: 2024-04-11T13:05:54.385Z (9 months ago)
- Language: CoffeeScript
- Size: 20.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
grunt-coffee-browserify-angular-compass
=======================================### Run tests
```
grunt test
# or
grunt test-specs
grunt test-unit
```### Run dev server
```
grunt server
```### Build for production
```
grunt build
serve dist
```