Skip to content

Commit 648e307

Browse files
authored
Fixed launching of demo site (#105)
1 parent bbc0025 commit 648e307

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint": "eslint --ignore-path .gitignore .",
1111
"prepare": "npm run clean && npm run dist",
1212
"pretest": "npm run lint",
13-
"start": "gulp demo && http-server ./dist -o",
13+
"start": "gulp lib-concat demo-js demo-html && http-server ./dist -o",
1414
"test": "mocha -r test/setup.js test/test.js"
1515
},
1616
"repository": {

0 commit comments

Comments
 (0)