Most projects are using grunt-load-tasks. No reason to have to update multiple lists every time we add a dependency.
Got rid of references to phpunit. No idea why we'd need that at all.
Set uglify to mangle names. Minification in addition to gzip doesn't really provide a whole lot of savings. It's not like we're debugging minified code.
There were some unnecessary comments that were getting copied and pasted around the watch task so I removed those and just added a 1 line summary of the task. Removed a few redundant comments such as pointing out that initConfig is configuration, hope that's fine :x
Most projects are using grunt-load-tasks. No reason to have to update multiple lists every time we add a dependency.
Got rid of references to phpunit. No idea why we'd need that at all.
Set uglify to mangle names. Minification in addition to gzip doesn't really provide a whole lot of savings. It's not like we're debugging minified code.
There were some unnecessary comments that were getting copied and pasted around the watch task so I removed those and just added a 1 line summary of the task. Removed a few redundant comments such as pointing out that initConfig is configuration, hope that's fine :x