Addy Osmani
79f09f850a
Support release of templates/assets/built-files
2015-06-30 14:02:35 +01:00
Addy Osmani
882c80e47b
package.json: RC1
2015-06-29 18:34:11 +01:00
Marc Cohen
3c8be4e374
Add ability to publish runtime elements into separate code.getmdl.io bucket. ( Closes #465 )
2015-06-25 09:45:02 +01:00
Nicolas Garnier
310c6c89a9
Generate demo widget based on snippets.
2015-06-24 15:55:07 +01:00
Addy Osmani
da55469b4c
package.json: add gulp-jscs
2015-06-15 14:32:06 +01:00
Marc Cohen
277756c5f3
gulpfile.js task to push js & css to Google Cloud Storage (will add fonts and other files in next PR)
...
add versioning support to publish:cdn action
fine tune gsutil cmd, add more comments
2015-06-15 11:39:25 +01:00
Alexander Surma
420a070502
Use gulp-open in serve task
2015-06-05 12:41:36 -07:00
Alexander Surma
869e968a3b
Introduce separate serve:browsersync task ( fixes #299 )
2015-06-05 12:41:36 -07:00
Alexander Surma
8745871f14
Replace broken base64 plugin
2015-05-08 03:01:05 +01:00
Pascal Hartig
6e399e05c4
Bump build + test dependencies
2015-04-17 22:44:56 +02:00
Alexander Surma
83f2c2b2f7
Inline SVGs in CSS file
2015-04-16 13:40:10 +01:00
Alexander Surma
1600f653e6
Add publish task for gh pages
2015-04-15 15:15:08 +01:00
Alexander Surma
ba1d6a42ac
Re-add lost dependency to imagemin
2015-04-07 18:34:42 +01:00
Ewa Gasperowicz
9fbe74cca4
Adding MDL microsite stub
2015-04-01 12:57:33 +01:00
Addy Osmani
c041e2afc6
Merge pull request #44 from google/test/menu
...
Write unit test for MaterialMenu
2015-03-19 12:59:32 +00:00
Alexander Surma
08f1a871eb
Pull in jQuery and chai-jquery
2015-03-18 12:53:26 +00:00
Sérgio Gomes
adca796fb1
Updating BrowserSync to avoid high CPU usage bug.
2015-03-17 11:57:35 +00:00
Addy Osmani
8a0d120b64
package.json updates
2015-02-21 01:43:45 +00:00
Addy Osmani
5408470627
Update dependencies
2015-02-21 00:00:24 +00:00
Addy Osmani
0002f83e0e
Support testing
2015-02-16 09:15:59 +00:00
Addy Osmani
a15ffade8c
Update to include mocha phantom
2015-02-16 09:14:00 +00:00
Addy Osmani
44781ad2dc
Rebase against master
2015-02-16 09:11:29 +00:00
Addy Osmani
348ec3e188
Fixes #12 - bump gulp-sass
2015-02-16 08:41:36 +00:00
Addy Osmani
69f0a7fc41
Bump dependencies
2015-02-16 08:41:04 +00:00
Addy Osmani
026398aa4b
material-styleguide => material-design-lite
2015-02-04 10:33:39 +00:00
Addy Osmani
3e1bbfdbd4
Add bower.json, refresh package.json
2015-02-04 10:15:31 +00:00
Jeff Posnick
4fa43c7197
Add sw-precache to WSK.
2015-01-29 10:58:43 -05:00
Addy Osmani
751866fec7
Drop pulling in material-design icons in lieu of iconfont
2015-01-26 10:36:35 +00:00
Addy Osmani
4ddff8d07e
bump to latest psi
2015-01-26 10:30:50 +00:00
Addy Osmani
f4d2575817
Update project dependencies
2015-01-06 11:57:55 +00:00
Addy Osmani
556a2ff6de
Update deps, add support for libsass
2014-11-25 11:22:05 +00:00
Addy Osmani
9f53044705
Fixes #487 - consume material icons
2014-11-21 15:33:08 +00:00
Addy Osmani
b062d95acf
Add support for gulp-concat
2014-11-12 16:47:53 +00:00
Addy Osmani
d9c443bc66
Update dependencies
2014-09-29 17:51:19 +01:00
Sindre Sorhus
a4ddfcae4b
bump dependencies
2014-09-08 18:12:06 +02:00
Sindre Sorhus
a50b72c36a
bump gulp-autoprefixer
2014-09-08 18:05:36 +02:00
Addy Osmani
093624fd28
Update to latest gulp-cache.
2014-09-02 09:58:53 +01:00
Sindre Sorhus
28cffa8278
bump deps
2014-08-18 15:38:49 +02:00
Cătălin Mariș
b130cba2a9
Fetch the `.htaccess` file via `npm`
2014-08-05 23:22:45 +03:00
Sindre Sorhus
23f8a50616
bump deps
2014-08-01 11:29:29 +02:00
Rob Wierzbowski
ec45f1ce2b
Update gulp-ruby-sass to 0.7.1
...
Necessary for updated styles task.
2014-07-29 19:21:54 -04:00
Paul Kinlan
b6ea8e2eac
Updating the version of browser sync
...
This will enable the TLS functionality
2014-07-16 13:26:51 +01:00
Sindre Sorhus
43229fded6
bump deps
2014-07-09 00:52:32 +02:00
battaglr
9101631d78
Close GH-243: Vendor prefixes. Fixes #175
2014-07-04 13:14:36 +02:00
Joshua Appelman
93f1a49936
Updates devDependencies to latest stable backwards-compatible versions.
2014-06-28 02:42:17 +02:00
Addy Osmani
d9fd029236
Rebase and bring in #145 (h/t @stephenplusplus)
2014-06-27 21:31:54 +01:00
johnjbarton
5447038d6c
Allow gulp task list to be extended.
...
As a starter kit, we want users to be able to customize.
As a source-based distribution we want users to stay updated.
By allowing users to customize web-starter-kit gulp
without editing gulpfile.js, they can rebase or merge future updates.
Impl: Apply gulp recipe 'Split tasks across multiple files'
https://github.com/gulpjs/gulp/blob/master/docs/recipes/
split-tasks-across-multiple-files.md
2014-06-27 11:32:08 -07:00
Rahul Doshi
7848faeefd
Close GH-171: Livereload breaks on jshint error(s) when running `gulp serve`. Fixes #169
2014-06-26 00:12:00 +02:00
Pascal Hartig
479af34f5d
Bump gulp-cache to 0.2
...
Changelog available here:
3b44956e60
...0.2.0
2014-06-24 10:12:57 -07:00
Stephen Sawchuk
c01e8616a0
fixes #132 - style configuration.
2014-06-21 19:39:05 -04:00