1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-11 18:32:50 +00:00

working on posts

This commit is contained in:
2016-08-18 03:50:20 +00:00
parent 00f562dfb6
commit 70807c7a45
12 changed files with 427 additions and 288 deletions

View File

@@ -7,8 +7,8 @@
"build": "webpack && babel-node metadata.js",
"c9": "webpack-dev-server --port $PORT --host $IP --hot --content-base dist --history-api-fallback",
"dev": "webpack-dev-server --content-base dist --inline --hot --history-api-fallback",
"prod-linux": "export NODE_ENV=production && webpack -p",
"prod-windows": "set NODE_ENV=production & webpack -p",
"prod-linux": "export NODE_ENV=production && webpack -p && babel-node metadata.js",
"prod-windows": "set NODE_ENV=production & webpack -p & babel-node metadata.js",
"deploy": "goapp deploy",
"serve": "goapp serve"
},