Fix Dark enlightened array update
[vchess.git] / views / layout.pug
index 0416766..5df5212 100644 (file)
@@ -1,5 +1,5 @@
 doctype html
-html(lang="fr")
+html
 
        head
                meta(charset="UTF-8")
@@ -28,6 +28,8 @@ html(lang="fr")
                        block content
 
                script(src="//cdnjs.cloudflare.com/ajax/libs/underscore.js/1.9.1/underscore-min.js")
-               script(src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js")
-               //script(src="https://cdn.jsdelivr.net/npm/vue") //prod
+               if development
+                       script(src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js")
+               else
+                       script(src="https://cdn.jsdelivr.net/npm/vue")
                block javascripts