summaryrefslogtreecommitdiffstats
path: root/scripts/BuildDemos.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/BuildDemos.py')
-rw-r--r--scripts/BuildDemos.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/BuildDemos.py b/scripts/BuildDemos.py
index 4e4362b1df..7870e743de 100644
--- a/scripts/BuildDemos.py
+++ b/scripts/BuildDemos.py
@@ -18,6 +18,7 @@ from xml.etree.ElementTree import ElementTree
demos = {
"dashboard" : "https://github.com/vaadin/dashboard-demo.git",
"addressbook" : "https://github.com/vaadin/addressbook.git",
+ "framework8-demo" : "https://github.com/vaadin/framework8-demo",
"sampler" : "demos/sampler"
# "my-demo" : ("my_demo_url_or_path", "my-demo-dev-branch")
}