Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Change "mimify" to "minify"

...

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

...