Skip to content
This repository was archived by the owner on Jan 15, 2020. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
120 changes: 114 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"copy-views": "cp -R src/views dist",
"copy-client": "copy \"src/client/**/*.*\" \"!src/client/scripts/**/*.*\" \"!src/client/styles/**/*.*\" \"!src/client/videos/**/*.*\" dist/client",
"serve": "nodemon -e dust,js,css,json dist/server/index.js",
"dev": "npm run build && parallelshell \"npm run watch\" \"npm run serve\"",
"dev": "npm run build && concurrently \"npm run watch\" \"npm run serve\"",
"watch": "npm-watch",
"build": "npm run clean-dist && npm run make-dist && npm run make-client && npm run copy-all && npm run build-js && npm run build-sass && npm run build-resource-list",
"build-js": "node build/transpile-javascript.js",
Expand Down Expand Up @@ -49,13 +49,13 @@
"babel-preset-babili": "0.0.10",
"babel-preset-es2015-rollup": "^3.0.0",
"clean-css": "^4.1.11",
"concurrently": "^3.5.1",
"copy": "^0.3.0",
"get-pixels": "^3.3.0",
"mkdirp": "^0.5.1",
"node-sass": "^4.8.3",
"nodemon": "^1.17.3",
"npm-watch": "^0.1.7",
"parallelshell": "^2.0.0",
"rollup": "^0.41.4",
"rollup-plugin-babel": "^2.7.1",
"walk": "^2.3.13",
Expand Down