Skip to content
Snippets Groups Projects
Commit 09ae7a08 authored by Alvaro Cabrera Durán's avatar Alvaro Cabrera Durán
Browse files

Use local version during development

parent 88af5c84
Branches
No related tags found
No related merge requests found
...@@ -19,7 +19,10 @@ html ...@@ -19,7 +19,10 @@ html
window.Buffer = Function window.Buffer = Function
window.TIME = new Date() window.TIME = new Date()
script(src='js/app.js' defer) script(src='js/app.js' defer)
script(src='//unpkg.com/json-schema-faker') if env.NODE_ENV === 'production'
script(src='//unpkg.com/json-schema-faker')
else
script(src='bundle.js' defer)
body body
.Toolbar.f .Toolbar.f
.p.oh.rel .p.oh.rel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment