Last active
December 30, 2015 14:59
-
-
Save sturobson/7845254 to your computer and use it in GitHub Desktop.
Squeeler Setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| grunt Sass | |
| https://github.com/gruntjs/grunt-contrib-sass | |
| grunt Autoprefixer | |
| https://github.com/nDmitry/grunt-autoprefixer | |
| grunt imageoptim | |
| https://github.com/JamieMason/grunt-imageoptim | |
| grunt modernizr | |
| https://github.com/Modernizr/grunt-modernizr | |
| grunt uglify | |
| https://github.com/gruntjs/grunt-contrib-uglify | |
| grunt HTML validator | |
| https://github.com/praveenvijayan/grunt-html-validation | |
| grunt Clean | |
| https://github.com/gruntjs/grunt-contrib-clean | |
| grunt css lint | |
| https://github.com/gruntjs/grunt-contrib-csslint | |
| grunt css metrics | |
| https://github.com/phamann/grunt-css-metrics | |
| grunt connect | |
| https://github.com/gruntjs/grunt-contrib-connect | |
| AND/OR | |
| grunt browser sync | |
| https://github.com/shakyShane/grunt-browser-sync | |
| grunt FTP deploy | |
| https://github.com/zonak/grunt-ftp-deploy | |
| grunt Git deploy | |
| https://github.com/iclanzan/grunt-git-deploy | |
| grunt watch | |
| https://github.com/gruntjs/grunt-contrib-watch | |
| grunt devtools | |
| https://github.com/vladikoff/grunt-devtools |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment