1.

Which Are The Most Used Gruntjs Plugins?

Answer»

The lists of Plugins are:

  • babel - Use next generation JAVASCRIPT, today
  • contrib-copy - Copy files and folders.
  • benchmark- Grunt task for benchmarking
  • bower-clean - Remove files (e.g. docs, tests, etc.) from installed bower components
  • watch -Run predefined tasks whenever WATCHED file patterns are added, changed or deleted.
  • jshint- Validate files with JSHint
  • contrib-requirejs - Optimize RequireJS projects using r.js
  • contrib-uglify- Minify files with UglifyJS
  • contrib-jade -Compile Jade templates
  • concat- Concatenate files.
  • css-URL-EMBED- Embed URL's as base64 strings inside your stylesheets
  • contrib- Precompile Underscore templates to JST file
  • contrib-HTMLmin- Minify HTML
  • cssmin- Minify CSS
  • contrib-less- Compile LESS files to CSS
  • And many more

The lists of Plugins are:



Discussion

No Comment Found