Skip to content

Commit c713daf

Browse files
committed
Add win dev script.
1 parent 7488246 commit c713daf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

‎.gitignore‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ node_modules
22
.DS_Store
33
**/bundle.js
44
npm-debug.log
5-
build
5+
build
6+
examples/aframe-extras.js

‎package.json‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
},
1212
"scripts": {
1313
"dev": "budo browser.js:examples/aframe-extras.js",
14+
"dev:win": "live-server . --port=9966 & watch-exec -c 'browserify browser.js -d -o examples/aframe-extras.js' -w src",
1415
"build": "./scripts/dist.js && ./scripts/build.js",
1516
"dist": "./scripts/dist.js",
1617
"test": "karma start ./tests/karma.conf.js",

0 commit comments

Comments
 (0)