Skip to content

Commit 0604793

Browse files
New start script to start local server (#2491)
1 parent 8828500 commit 0604793

File tree

2 files changed

+174
-0
lines changed

2 files changed

+174
-0
lines changed

package-lock.json

+172
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"style": "themes/prism.css",
77
"scripts": {
88
"build": "gulp",
9+
"start": "http-server -c-1",
910
"test:aliases": "mocha tests/aliases-test.js",
1011
"test:core": "mocha tests/core/**/*.js",
1112
"test:dependencies": "mocha tests/dependencies-test.js",
@@ -45,6 +46,7 @@
4546
"gulp-uglify": "^3.0.1",
4647
"gzip-size": "^5.1.1",
4748
"htmlparser2": "^4.0.0",
49+
"http-server": "^0.12.3",
4850
"jsdom": "^13.0.0",
4951
"mocha": "^6.2.0",
5052
"pump": "^3.0.0",

0 commit comments

Comments
 (0)