diff options
author | Manolo Carrasco <manolo@apache.org> | 2015-10-19 10:09:28 +0200 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2015-10-19 11:22:47 +0200 |
commit | 3c71bca3f73c0f8d5ab3cc552a7d7d09c7ab3b2f (patch) | |
tree | a6054438431e7ada283c1710c92679b700826999 | |
parent | 62661d11316d1a7a33687e6cb44d6dd820c6446c (diff) | |
download | vaadin-core-3c71bca3f73c0f8d5ab3cc552a7d7d09c7ab3b2f.tar.gz vaadin-core-3c71bca3f73c0f8d5ab3cc552a7d7d09c7ab3b2f.zip |
Renaming demo-resources
-rw-r--r-- | bower.json | 3 | ||||
-rw-r--r-- | demo/index.html | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -18,7 +18,8 @@ "**/tests" ], "dependencies": { - "vaadin-grid": "vaadin/vaadin-grid#rename-components" + "vaadin-grid": "vaadin/vaadin-grid#rename-components", + "elements-demo-resources": "vaadin/elements-demo-resources#master" }, "devDependencies": { "iron-doc-viewer": "polymerelements/iron-doc-viewer#~1.0.3", diff --git a/demo/index.html b/demo/index.html index cdc8b74..121ab58 100644 --- a/demo/index.html +++ b/demo/index.html @@ -8,7 +8,7 @@ <script src="../../code-example/vendor/prismjs/prism.js"></script> <link rel="stylesheet" href="../../code-example/vendor/prismjs/prism.css"> - <link rel="stylesheet" href="../../components-demo-resources/demo.css"> + <link rel="stylesheet" href="../../elements-demo-resources/demo.css"> <script src="../ga.js"></script> <style type="text/css"> |