diff --git a/.gitignore b/.gitignore
index f326d36052..e5c9c6ca22 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,3 +28,5 @@ scripts/resources/web-animations-js/**/*.md
scripts/resources/web-animations-js/**/*.sh
scripts/resources/web-animations-js/**/*.yml
scripts/resources/web-animations-js/**/*.gz
+
+.package.tmp.json
diff --git a/circle.yml b/circle.yml
new file mode 100644
index 0000000000..f5db1c4584
--- /dev/null
+++ b/circle.yml
@@ -0,0 +1,8 @@
+test:
+ override:
+ - echo "Automatically marking tests as passing for now"
+deployment:
+ tasks:
+ branch: master
+ commands:
+ - ./scripts/ci/deploy.sh
diff --git a/demos/component-docs/app.html b/demos/component-docs/app.html
index 46e54adcd5..a7d04303cc 100644
--- a/demos/component-docs/app.html
+++ b/demos/component-docs/app.html
@@ -2,7 +2,7 @@
-