https://github.com/gableroux/local-grunt-example
Example project I built while helping a colleague to demonstrate local grunt usage with package.json
https://github.com/gableroux/local-grunt-example
circleci example grunt local sample sass test
Last synced: 6 months ago
JSON representation
Example project I built while helping a colleague to demonstrate local grunt usage with package.json
- Host: GitHub
- URL: https://github.com/gableroux/local-grunt-example
- Owner: GabLeRoux
- Created: 2018-05-25T13:17:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-25T13:57:45.000Z (over 7 years ago)
- Last Synced: 2025-06-15T15:21:04.777Z (8 months ago)
- Topics: circleci, example, grunt, local, sample, sass, test
- Language: JavaScript
- Homepage: https://travis-ci.com/GabLeRoux/local-grunt-example
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# Sample grunt project
[](https://travis-ci.com/GabLeRoux/local-grunt-example)
```bash
git init
npm init
npm i --save-dev grunt bower
npm i --save-dev grunt-contrib-uglify grunt-sass load-grunt-tasks
npm run bower -- init
npm run bower -- i font-awesome bootstrap jquery requirejs angular
```
Relevant files:
* [bower.json](/bower.json)
* [package.json](/package.json)
* [Gruntfile.js](/Gruntfile.js)
## Setup ci
```bash
travis init
```