https://github.com/toyama0919/grunt_techmeetup
https://github.com/toyama0919/grunt_techmeetup
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/toyama0919/grunt_techmeetup
- Owner: toyama0919
- Created: 2014-01-20T16:06:59.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-30T00:17:06.000Z (over 11 years ago)
- Last Synced: 2025-01-18T19:43:21.799Z (4 months ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Grunt Playground
## Usage
```bash
# sass install
gem install sass# grunt install
npm install -g grunt# grunt-cli install
npm install -g grunt-cli# grunt-cli install
npm install
```## Include grunt plugin
- grunt-contrib-sass
- grunt-contrib-concat
- grunt-contrib-cssmin
- grunt-contrib-watch
- grunt-aoimiyazaki