Browse Source

Revert "Disable disc for now"

This reverts commit b905013840720dd061dce6ea3495632b87623189.
Kevin van Zonneveld 9 years ago
parent
commit
83748e38df
2 changed files with 9 additions and 1 deletions
  1. 1 1
      package.json
  2. 8 0
      website/src/disc.html

+ 1 - 1
package.json

@@ -24,7 +24,7 @@
     "watch": "nodemon --watch src --ext scss,js -x \"npm run build && node website/update.js\"",
     "web:build": "cd website && node update.js && ./node_modules/.bin/hexo generate",
     "web:clean": "cd website && ./node_modules/.bin/hexo clean",
-    "web:deploy": "npm run web:install && npm run web:build && ./bin/web-deploy",
+    "web:deploy": "npm run web:install && npm run web:disc && npm run web:build && ./bin/web-deploy",
     "web:disc": "npm run build:umd:fullpath && discify dist/uppy-fp.js --output website/src/_disc.html && echo '---\nlayout: false\n---\n' |cat - website/src/_disc.html > website/src/disc.html && rm website/src/_disc.html",
     "web:install": "cd website && rm -rf node_modules/hexo-renderer-uppyexamples && npm install",
     "web:preview": "cd website && ./node_modules/.bin/hexo server --debug",

File diff suppressed because it is too large
+ 8 - 0
website/src/disc.html


Some files were not shown because too many files changed in this diff