Граф коммитов

3 Коммитов

Автор SHA1 Сообщение Дата
Yangguang a448e6f9bf Using rollup for components (#679)
* Import lit-virtualizer

* misc

* Add rollup and add it to gulp task

* Update gulp

* Downgrade paper-toggle-button to input checkbox

* Include all css to lit-elements

* Add rollup minify. Remove unused packages.

* Fix code review feedback

* Fixes based on code review.

* Remove two unnecessary .call(this, ...)

* Bind _onFeatureToggled (used inside lit-virtualizer) in the constructor

* Add lit-analyzer

* Update lit-analyzer script
2019-11-11 14:32:32 -08:00
Eric Bidelman db3e5f66a8 Preload, babel support, metrics/user timing lib 2016-08-05 17:59:09 -07:00
Jason Chase 07f5c5b687 Use Gulp for build instead of Grunt (#349)
* Add initial support for Gulp

* Implement clean task to match Grunt behaviour

* Copy from Gulp implementation in Web Starter Kit 0.6.4

* Implement sass task using Gulp

* Implement vulcanize task using Gulp

* Implement Gulp task to minify scripts

* Simplify the Gulp vulcanize task

* Implement Gulp default task to match Grunt behaviour

* Change to use Gulp for build/post install

* Cleanup obsolete Grunt tasks and config

* Grunt is still used for serve task (for now)

* Remove unused Gulp tasks

* Clean up tasks that are not needed, which were copied from
  the Web Starter Kit
* Leaving the service worker tasks, as expect those to be used

* Address comments

* Address more comments

* Enable autoprefixer for CSS

* Remove unused tasks
2016-07-20 12:49:10 -07:00