diff --git a/.gitignore b/.gitignore index 1eb1fa5..2be39e4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -bower_components - +bower_components* +bower-*.json diff --git a/.travis.yml b/.travis.yml index 6bd14cb..00575a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,24 +1,28 @@ language: node_js sudo: required before_script: - - npm install -g bower polylint web-component-tester - - bower install - - polylint + - npm install -g bower polymer-cli@next + - polymer install --variants + - sudo mv /usr/bin/google-chrome /usr/bin/google-chrome-old + - sudo mv /usr/bin/google-chrome-beta /usr/bin/google-chrome env: global: - secure: >- idlCNYtNQ7rLGCSl2NuZ++XZEwofpojkakXhL8m34pCX1ZwhGRprHsvNE7h7tz8SIV+mUjuUT8DaM7rlgZ+bLyw/Hq7G15DdmU5puUsCVibFFBBEhh82lxkdK/Rlfo+ytt0MFsbTJljEoqTSbnL0fSeC0cN/7wf6yEQs/+mTR0I= - secure: >- i/rAHa9rxszmbE+RbQ2b7ln6OYzrcoUssdPk36lNeJk/B1HjBS9cfg1PMwSAw+t6yvAN3I0fbOOl4dlGB1K5T4kAtmcAcC3fbptJL08IvK9K15pz/rMEzIBWLXj9oVJliwBZR2GFH+5zv6aFdEwQxh1leBnHQwmKgl24QX8XGO4= -node_js: '6' +node_js: stable addons: firefox: latest apt: sources: - google-chrome packages: - - google-chrome-stable + - google-chrome-beta + sauce_connect: true script: - - xvfb-run wct - - 'if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then wct -s ''default''; fi' + - xvfb-run polymer test + - >- + if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then polymer test -s 'default'; + fi dist: trusty diff --git a/GUIDE.md b/GUIDE.md index 67a9e30..e230ce0 100644 --- a/GUIDE.md +++ b/GUIDE.md @@ -126,8 +126,8 @@ main document. (They cannot be applied in the main document without a `custom-st @@ -153,8 +153,8 @@ main document. (They cannot be applied in the main document without a `custom-st @@ -234,7 +234,7 @@ The classes listed here are included in the `iron-flex` module of the `iron-flex ```html @@ -301,10 +301,10 @@ The classes listed here are included in the `iron-flex` module of the `iron-flex ```html @@ -362,10 +362,10 @@ The same rules can be used for children in vertical layouts. ```html @@ -432,16 +432,16 @@ The classes listed here are included in the `iron-flex-factors` module of the `i ```html @@ -567,8 +567,8 @@ by adding the `center` class or applying the `--layout-center` mixin. ```html @@ -652,8 +652,8 @@ classes, or by applying the `--layout-start` or `--layout-end` mixins. ```html @@ -733,8 +733,8 @@ classes, or by applying the `--layout-start` or `--layout-end` mixins. ```html @@ -830,8 +830,8 @@ The classes listed here are included in the `iron-flex-alignment` module of the ```html @@ -911,8 +911,8 @@ The classes listed here are included in the `iron-flex-alignment` module of the ```html @@ -1046,24 +1046,24 @@ Class | Mixin | Result ```html
@@ -1169,7 +1169,7 @@ The classes listed here are included in the `iron-flex-reverse` module of the `i ```html diff --git a/README.md b/README.md index d5aac2f..ca54ed3 100644 --- a/README.md +++ b/README.md @@ -22,13 +22,14 @@ Sample use: