Browse Source

add single-file-bootstrap (fix #640)

Gildas 5 years ago
parent
commit
5fdefacc14
1 changed files with 2 additions and 1 deletions
  1. 2 1
      cli/back-ends/common/scripts.js

+ 2 - 1
cli/back-ends/common/scripts.js

@@ -30,7 +30,8 @@ const SCRIPTS = [
 ];
 
 const INDEX_SCRIPTS = [
-	"dist/single-file.js"
+	"dist/single-file.js",
+	"dist/single-file-bootstrap.js"
 ];
 
 const WEB_SCRIPTS = [