Browse Source

add single-file-bootstrap (fix #640)

Gildas 5 năm trước cách đây
mục cha
commit
5fdefacc14
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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 = [