Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-12T07:49:23.000Z (over 9 years ago)
- Last Synced: 2023-03-22T20:42:18.380Z (almost 2 years 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.