https://github.com/abhisaha1/gruntboilerplate
A boilerplate for Grunt. Mainly includes copying files from one environment to another, minifying and concatenating CSS and JS, changing scripts and stylesheets from html files based on environments, etc..
https://github.com/abhisaha1/gruntboilerplate
Last synced: 2 months ago
JSON representation
A boilerplate for Grunt. Mainly includes copying files from one environment to another, minifying and concatenating CSS and JS, changing scripts and stylesheets from html files based on environments, etc..
- Host: GitHub
- URL: https://github.com/abhisaha1/gruntboilerplate
- Owner: abhisaha1
- Created: 2015-07-11T22:19:35.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-12T07:49:23.000Z (almost 10 years ago)
- Last Synced: 2025-02-16T14:30:20.948Z (5 months ago)
- Language: JavaScript
- Size: 816 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GruntBoilerplate
A boilerplate for Grunt.The Grunt.js file contains a small logic to do some basic stuff which I need every other time for small projects.
Mainly includes copying files from one environment to another, minifying and concatenating CSS and JS, changing scripts and stylesheets from html files based on environments, etc..
Contains the below packages:
- grunt-contrib-concat
- grunt-contrib-uglify
- grunt-contrib-watch
- grunt-contrib-cssmin
- grunt-contrib-copy
- grunt-contrib-clean
- grunt-processhtml
### Installation```sh
$ npm install
$ bower install
$ grunt
```
### Libraries- jQuery
- Fontawesome
- Bootstrap
This is unfinished. More stuff on the way with better configurations.