Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geckotang/grunt-styleguide-tryout
https://github.com/geckotang/grunt-styleguide-tryout
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/geckotang/grunt-styleguide-tryout
- Owner: geckotang
- Created: 2013-08-25T08:05:11.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-26T08:46:13.000Z (about 11 years ago)
- Last Synced: 2024-04-14T19:11:41.603Z (7 months ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# grunt-styleguide-tryout
This is just an example of the use of styledocco with Scss & grunt-contrib-watch, but this example doesn't compile from scss to css.
## Install
```zsh
npm install
```## Watch and Build
```zsh
grunt
```## Build Doc
```zsh
grunt build
```