Skip to content

Commit

Permalink
Update to use latest modulizer and webcomponents polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed May 2, 2018
1 parent bd0dffb commit 59b4c96
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ addons:
chrome: stable

before_script:
- npm install -g bower polymer-cli@next
- npm install -g bower polymer-cli@1.7.0-pre.15
- bower install

env:
Expand All @@ -33,7 +33,7 @@ script:

- if [[ "$POLYMER" = "3" ]]; then
npm install -g yarn magi-cli &&
(cd .. && git clone --depth 1 -b vaadin-components git://github.com/web-padawan/polymer-modulizer.git && cd polymer-modulizer && npm link) &&
(cd .. && git clone --depth 1 -b polyfill-v2 git://github.com/web-padawan/polymer-modulizer.git && cd polymer-modulizer && npm link) &&
rm -rf node_modules &&
magi p3-convert --out . --import-style=name &&
yarn install --flat &&
Expand Down
5 changes: 4 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"wct.conf.js"
],
"dependencies": {
"polymer": "^2.0.0",
"polymer": "Polymer/polymer#5f5d2c2",
"vaadin-control-state-mixin": "vaadin/vaadin-control-state-mixin#p3-preview",
"vaadin-themable-mixin": "vaadin/vaadin-themable-mixin#p3-preview",
"vaadin-lumo-styles": "vaadin/vaadin-lumo-styles#p3-preview",
Expand All @@ -37,5 +37,8 @@
"web-component-tester": "^6.1.5",
"vaadin-demo-helpers": "vaadin/vaadin-demo-helpers#p3-preview",
"iron-form": "^2.0.1"
},
"resolutions": {
"polymer": "5f5d2c2"
}
}

0 comments on commit 59b4c96

Please sign in to comment.