...
Code Block |
---|
grunt css |
will only mimify minify all the CSS.
To find out which tasks are available examin the Gruntfile.js and look forĀ grunt.registerTask() calls
...
...
Code Block |
---|
grunt css |
will only mimify minify all the CSS.
To find out which tasks are available examin the Gruntfile.js and look forĀ grunt.registerTask() calls
...