Add an onboarding flow (#1452)

* Add an onboarding flow

* Address comments
This commit is contained in:
Paulus Schoutsen
2018-07-17 10:05:27 +02:00
committed by GitHub
parent 84b0542fb6
commit 90328cfc33
11 changed files with 222 additions and 3 deletions
+2 -2
View File
@@ -29,5 +29,5 @@ echo "CREATED_AT = `date +%s`" >> $OUTPUT_DIR_ES5/__init__.py
# Generate index.htmls with the MD5 hash of the builds
./node_modules/.bin/gulp \
gen-index-html gen-index-html-es5 \
gen-authorize-html gen-authorize-html-es5
gen-authorize-html gen-authorize-html-es5 \
gen-onboarding-html gen-onboarding-html-es5
+1
View File
@@ -15,5 +15,6 @@ cp -r public/__init__.py $OUTPUT_DIR_ES5/
./node_modules/.bin/gulp build-translations gen-icons
cp src/authorize.html $OUTPUT_DIR
cp src/onboarding.html $OUTPUT_DIR
./node_modules/.bin/webpack --watch --progress