Files and folder structure for Grunt 7learn course
First open cmd and run this command:
npm install
After install all developer dependencies, you can run grunt with this command:
npm start
or:
grunt
This repository use below grunt plugin:
- grunt-contrib-coffee
- grunt-contrib-concat
- grunt-contrib-cssmin
- grunt-contrib-less
- grunt-contrib-sass
- grunt-contrib-uglify
- grunt-contrib-pug
- grunt-contrib-csslint
- grunt-contrib-jshint
- time-grunt
- grunt-autoprefixer
- grunt-newer
- grunt-concurrent
- grunt-wiredep
- grunt-responsive-images
- grunt-contrib-clean
- grunt-contrib-copy
- grunt-contrib-watch
- grunt-contrib-connect
Mohammad Esfandiari |