MDL-51582 grunt: task improvements
commit04422a03964535f56fd2eb7b2a4586fdf5049cec
authorDan Poltawski <dan@moodle.com>
Tue, 24 Nov 2015 18:13:02 +0000 (24 18:13 +0000)
committerDan Poltawski <dan@moodle.com>
Fri, 4 Dec 2015 10:58:29 +0000 (4 10:58 +0000)
tree7360617aa65c2155f7c6a79d05f936d9f3c8de88
parentc3033419ccb815a3f9d92fdc37876b831070d9cd
MDL-51582 grunt: task improvements

* Introduce the 'css' task - this will give us flexibility to do things
  in future rather than relying on the inbuilt 'less' task (e.g. sourcemap
  generating task which doesn't run by default)

* Introduce 'amd' task which runs only amd tasks

* Introduce 'js' task which runs all JS (amd/shifter) tasks

* Tweak the ordering so that slow shifter always runs last (useful for
  people like me who forget to specif the task)
Gruntfile.js