Commit Graph

11 Commits (60f441a22ed98ed2c03f6179adf460d888bf459f)

Author SHA1 Message Date
Sérgio Gomes 7d7c86b956
Updating JSCS and fixing linting errors.
Also removing custom JSCS rule for Closure.
2016-12-15 16:15:27 +00:00
Nay Zaw Oo f71153378c Add a missing space 2016-10-03 00:38:24 +06:30
Marc Cohen 0dcef3466a Remove the microsite's usage, and more importantly, our prescription that
users import our resource  via the storage.googleapis.com domain, and rather
suggest they access our resources via the simpler https://code.getmdl.io/thing.

Nothing has changed about where the content lives, it's still stored in the
same GCS buckets as before so the old links keep working as before indefinitely.
2016-01-14 12:42:03 +00:00
Surma 601515117e Remove gulpfile from linting 2015-12-09 23:26:26 +00:00
Jonathan Garbee 4bdfc807e1 Clean up gulp all task. 2015-10-18 23:41:05 -04:00
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