Commit Graph

6 Commits

Author SHA1 Message Date
Sindre Sorhus
9a6e0ae859 gulpfile - merge jscs and jshint tasks
...into a `lint` task.

I don't see the point in those being separate. Less code. Yay.
2015-10-02 23:20:05 +07:00
Sindre Sorhus
10d6e7d2e0 gulpfile - more ES2015ify
forgot to make use of template literals
2015-10-02 23:04:18 +07:00
Sindre Sorhus
b4b05ffbed gulpfile - code style and consistency tweaks 2015-10-02 22:54:13 +07:00
Sindre Sorhus
9702a751ff Bump dependencies and remove unused ones
Manually checked that each bumped dependency doesn't break anything we depend on.

This means bumping the minimum version of Node.js to 0.12 as gulp-autoprefixer and gulp-size requires Node.js 0.12. Doesn't matter though as this is used in a dev setting, so newer Node.js should be expected. This will just get worse, so no point in delaying it.
2015-10-02 22:00:56 +07:00
Sindre Sorhus
64a126fb34 Upgrade del and fix its usage in the gulpfile 2015-10-02 21:07:10 +07:00
Sindre Sorhus
3a304bea99 ES2015ify the gulpfile 2015-10-02 20:37:19 +07:00