A
A
Anna Bakurova2014-10-14 21:30:06
css
Anna Bakurova, 2014-10-14 21:30:06

What Grunt plugins do you use?

Actually the whole question. It is desirable to describe at least a short plugin (if it is not the most popular).

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry Ermolaev, 2014-10-14
@iusfof

grunt-contrib-connect - locally creates a server in conjunction with grunt-contrib-watch allows you to organize a livereload of the page
grunt-concurrent - allows you to run plugins in parallel that work continuously, so to speak. in my case it is grunt-contrib-watch and grunt-contrib-compass
grunt-contrib-watch - constantly monitors changes in certain files and when registering the change will reload the page loaded in grunt-contrib-connect
grunt-contrib-compass - sass/scss in css has its own built-in livereload
grunt-contrib-jshint - checks .js files for errors
grunt-contrib-imagemin - compresses images
grunt-contrib-copy - copies files/folders
grunt-autoprefixer - prefixes css
grunt-combine-media-queries - groups media queries
grunt-contrib-cssmin - minifies and concatenates .css
grunt-contrib-uglify - minifies and concatenates .js

K
Konstantin Kitmanov, 2014-10-15
@k12th

Interesting stuff:
grunt-csso -- structural optimization optimizer
grunt-remove-logging -- removes console.* calls from js
grunt-shell -- arbitrary shell calls
grunt-autoprefixer -- configurable automatic vendor prefix addition based on browser support data certain features
Well, everyone there contrib-concat, contrib-copy, contrib-uglify, contrib-watch.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question