Skip to content

Commit

Permalink
Merge pull request #11 from kiki-le-singe/koa_optim
Browse files Browse the repository at this point in the history
Koa optim
  • Loading branch information
kiki-le-singe committed Jan 9, 2017
2 parents 758e36e + 4bce6f0 commit 7e52947
Show file tree
Hide file tree
Showing 10 changed files with 1,801 additions and 97 deletions.
1 change: 1 addition & 0 deletions config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ const paths = (dir = 'base') => {
globalStyles: base(config.DIR_SRC, config.DIR_GLOBAL_STYLES),
dist: base(config.DIR_READY_TO_DEPLOY, config.DIR_STATIC, config.DIR_DIST),
distServer: base(config.DIR_READY_TO_DEPLOY),
staticDir: base(config.DIR_STATIC),
build: base(config.DIR_BUILD),
server: base(config.DIR_SERVER),
test: base(config.DIR_TEST),
Expand Down
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
"hmr",
"koa",
"postcss",
"cssnext",
"sass",
"css-modules",
"isomorphic",
"universal",
Expand All @@ -53,12 +55,17 @@
"fs-extra": "^1.0.0",
"ip": "^1.1.4",
"koa": "^2.0.0",
"koa-compress": "next",
"koa-convert": "^1.2.0",
"koa-helmet": "^2.0.0",
"koa-html-minifier": "^1.0.1",
"koa-proxy": "^0.6.0",
"koa-static": "^3.0.0",
"koa-static-cache": "^3.2.0",
"koa-webpack-dev-middleware": "^1.3.0",
"koa-webpack-hot-middleware": "^1.0.3",
"normalize.css": "^5.0.0",
"purifycss-webpack-plugin": "^2.0.3",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-helmet": "^3.2.3",
Expand Down Expand Up @@ -98,6 +105,7 @@
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.8.0",
"file-loader": "^0.9.0",
"image-webpack-loader": "^3.1.0",
"json-loader": "^0.5.4",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
Expand Down
5 changes: 5 additions & 0 deletions readyToDeploy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@
"debug": "^2.4.4",
"ip": "^1.1.4",
"koa": "^2.0.0",
"koa-compress": "next",
"koa-convert": "^1.2.0",
"koa-helmet": "^2.0.0",
"koa-html-minifier": "^1.0.1",
"koa-static": "^3.0.0",
"koa-static-cache": "^3.2.0",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-helmet": "^3.2.3",
Expand Down
Loading

0 comments on commit 7e52947

Please sign in to comment.