Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Grunt will run all it's default tasks which at the current time include:

  • Mimifying Minifying all the CSS files from css/source and placing them in the css directory
  • Lint checking all the source JavaScript files in the admin directory (i.e. in  */js/source)
  • Mimify Minify all the source JavaScript files in the admin directory and place them as .min.js files inside the appropriate js folder.

...