|
@@ -128,7 +128,7 @@
|
|
|
"web:inject-disc": "node ./bin/disc.js",
|
|
|
"web:inject-frontpagecodesample": "npm run web:generate && cp -f website/public/frontpage-code-sample.html website/themes/uppy/layout/partials/frontpage-code-sample.html && touch website/themes/uppy/layout/index.ejs",
|
|
|
"web:install": "cd website && npm install",
|
|
|
- "web:start": "npm-run-all build:lib --parallel web:watch-examples web:bundle-watch-inject web:watch",
|
|
|
+ "web:start": "npm-run-all build:lib --parallel watch:css web:watch-examples web:bundle-watch-inject web:watch",
|
|
|
"web:watch-examples": "cd website && node build-examples.js watch",
|
|
|
"web:watch": "cd website && touch db.json &&./node_modules/.bin/hexo server"
|
|
|
},
|