|
@@ -114,7 +114,7 @@
|
|
"watch": "npm-run-all --parallel watch:js watch:css",
|
|
"watch": "npm-run-all --parallel watch:js watch:css",
|
|
"watch:fast": "npm-run-all --parallel watch:css web:preview",
|
|
"watch:fast": "npm-run-all --parallel watch:css web:preview",
|
|
"watch:example:browsersync": "browser-sync start --server example --port 3452 --serveStatic dist --files \"example/bundle.js, dist/uppy.min.css\"",
|
|
"watch:example:browsersync": "browser-sync start --server example --port 3452 --serveStatic dist --files \"example/bundle.js, dist/uppy.min.css\"",
|
|
- "watch:example:js": "watchify example/main.js -o example/bundle.js -vd",
|
|
|
|
|
|
+ "watch:example:js": "watchify -t yo-yoify -t babelify example/main.js -o example/bundle.js -vd",
|
|
"watch:example": "npm-run-all --parallel watch:example:js watch:css watch:example:browsersync",
|
|
"watch:example": "npm-run-all --parallel watch:example:js watch:css watch:example:browsersync",
|
|
"web:build": "cd website && node update.js && ./node_modules/.bin/hexo generate --silent && node build-examples.js",
|
|
"web:build": "cd website && node update.js && ./node_modules/.bin/hexo generate --silent && node build-examples.js",
|
|
"web:clean": "cd website && ./node_modules/.bin/hexo clean",
|
|
"web:clean": "cd website && ./node_modules/.bin/hexo clean",
|