Commit Graph

717 Commits

Author SHA1 Message Date
Daniel Freedman
f13227f424 Use rollup to bundle before passing to closure
Something seems seriously busted with closure's module ordering, where
flag parsing setting polyfill settings happens _after_ the polyfills
have parsed their settings.
2017-02-28 20:31:44 -08:00
Steven Orvell
05a4781fee update builds 2017-02-28 15:05:12 -08:00
Daniel Freedman
f4ea6c9095 Merge pull request #698 from webcomponents/v1-closure
Use closure for bundles
2017-02-28 14:38:12 -08:00
Daniel Freedman
98e12b937e rebuild 2017-02-28 14:22:23 -08:00
Daniel Freedman
ee9bf68ed5 Use closure for bundles
Simple builds for now, will advanced compile later

Mark built files as binary to hide generated changes
2017-02-28 14:15:23 -08:00
Steve Orvell
62f268bf64 Merge pull request #697 from webcomponents/v1-update-builds
update builds.
2017-02-27 18:33:02 -08:00
Steven Orvell
32ad83a16b update builds. 2017-02-27 18:13:55 -08:00
Chris Joel
6762d3891f Update build artifacts v1.0.0-rc.1 2017-02-24 17:17:36 -08:00
Monica Dinculescu
1d03bdb7dd Merge pull request #693 from webcomponents/words-about-the-loader
Use better words about the bundles and the loader
2017-02-24 14:58:35 -08:00
Monica Dinculescu
a063ae3f71 kevin review 2017-02-24 14:26:14 -08:00
Kevin Schaaf
f35acf859e Merge pull request #694 from webcomponents/v1-update-builds
V1 update builds
2017-02-24 12:18:00 -08:00
Steven Orvell
1a0ab4dfc1 update builds. 2017-02-24 12:09:29 -08:00
Steven Orvell
acf8eaf747 loader: (1) avoid native ShadowDOM when getRootNode is unavailable; (2) include template polyfill when documentFragment cloning is broken 2017-02-24 12:09:06 -08:00
Monica Dinculescu
a850f723cc use better words about the bundles and the loader 2017-02-23 14:07:54 -08:00
Monica Dinculescu
632ae2e0e4 Merge pull request #679 from webcomponents/remove-url-polyfill
Remove url polyfill
2017-02-22 15:41:07 -08:00
Monica Dinculescu
00560f1491 refresh builds 😭 2017-02-22 13:58:46 -08:00
Monica Dinculescu
f8759e1168 update builds 2017-02-22 13:57:28 -08:00
Monica Dinculescu
05bc9b7ae6 dan review 2017-02-22 13:57:21 -08:00
Monica Dinculescu
dbe9199493 update bundles 2017-02-22 13:57:02 -08:00
Monica Dinculescu
80b583e551 remove url polyfill since it isn't needed 2017-02-22 13:55:39 -08:00
Daniel Freedman
fd94b6329a rebuild 2017-02-21 15:53:02 -08:00
Steven Orvell
c99bb38bce Update webcomponents-debug.js to load scoping-shim.min.js 2017-02-21 15:36:15 -08:00
Daniel Freedman
0df5154382 rebuild 2017-02-21 15:08:50 -08:00
Daniel Freedman
cd7fa6d0ae remove old webcomponents-none build artifacts 2017-02-21 11:40:06 -08:00
Steve Orvell
66332ae3ce Merge pull request #690 from webcomponents/split-shadycss
fix ShadyCSS entrypoint, load ScopingShim
2017-02-17 20:41:33 -08:00
Steven Orvell
d6c0cc439c fix dependencies and update builds. 2017-02-17 20:36:10 -08:00
Daniel Freedman
e063283513 rebuild 2017-02-17 16:52:50 -08:00
Daniel Freedman
f58e321d5f rebuild 2017-02-17 16:31:50 -08:00
Daniel Freedman
b6b2d5d348 rebuild 2017-02-17 15:42:35 -08:00
Daniel Freedman
10c8ed7c7e rebuild 2017-02-17 14:36:13 -08:00
Daniel Freedman
8cf4a45385 simplify no-polyfill case 2017-02-16 14:49:19 -08:00
Daniel Freedman
bf447dfc9c remove todo 2017-02-16 12:51:45 -08:00
Daniel Freedman
d75f21b48d fix test, ShadyCSS may not load 2017-02-16 12:28:47 -08:00
Daniel Freedman
0dbc9e7536 remove webcomponents-none, only load scopingshim when needed 2017-02-16 12:21:24 -08:00
Daniel Freedman
b1802c1255 Merge branch 'v1' into split-shadycss 2017-02-16 12:06:22 -08:00
Daniel Freedman
2d12aa0d3d Merge pull request #688 from webcomponents/no-double-wcready
Fire WebComponentsReady once. Remove HTMLImports stub
2017-02-16 12:05:52 -08:00
Daniel Freedman
05b8ffac30 fix use of ShadyCSS 2017-02-16 10:22:21 -08:00
Daniel Freedman
9bc345b044 fix ShadyCSS entrypoint, load ScopingShim 2017-02-15 22:16:41 -08:00
Steve Orvell
29678e2e99 Merge pull request #689 from webcomponents/v1-update-builds
Update build for html-imports
2017-02-15 12:23:36 -08:00
valdrinkoshi
0f70fcad83 update builds 2017-02-15 12:06:52 -08:00
Steven Orvell
2d0b76011a update builds. 2017-02-14 17:51:55 -08:00
valdrinkoshi
2918670bcd remove HTMLImports stub 2017-02-14 17:41:33 -08:00
Kevin Schaaf
8244b34ee6 Test with html-imports#fix-30 2017-02-14 16:58:28 -08:00
Kevin Schaaf
1179e843c0 Update build 2017-02-14 16:00:17 -08:00
valdrinkoshi
544935fc2e add test for importForElement 2017-02-14 15:13:54 -08:00
valdrinkoshi
6c53a012b9 conditional stubbing of HTMLImports 2017-02-14 15:10:09 -08:00
valdrinkoshi
1bd7090b73 WebComponentsReady fired once. 2017-02-14 14:05:44 -08:00
Daniel Freedman
9f268d34d3 Merge pull request #687 from webcomponents/fix-ce-sd-bundle
Fix ce-sd bundle
2017-02-14 13:58:16 -08:00
Monica Dinculescu
c7fc85dcc0 remove post-polyfill from the ce-sd bundle 2017-02-14 12:41:38 -08:00
Monica Dinculescu
195e4caf97 Merge pull request #680 from webcomponents/cleanup-readme
Cleanup readme and add sd-ce bundle
2017-02-13 17:03:47 -08:00