po-devs / po-web

Pokemon Online webclient
11 stars 18 forks source link

Update dependencies clear up the build file a bit #187

Closed sulcata closed 8 years ago

sulcata commented 8 years ago

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

sulcata commented 8 years ago

Also index.js doesn't exist (should it?) and we're using grunt as our CLI, so I removed those parts from package.json