Skip to content

Commit

Permalink
Added specific file again
Browse files Browse the repository at this point in the history
  • Loading branch information
christianalfoni committed Feb 27, 2016
1 parent a445e30 commit a1a25f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"client": "kotatsu serve app/main.js --public public --index index.html --config webpack.config.js --devtool eval-source-map --proxy /api http://www.codebox.dev:4000/api",
"server": "kotatsu start start.js",
"build": "npm run build:client",
"build:client": "kotatsu build client app/main.js --config webpack.production.config.js --minify -o public",
"build:client": "kotatsu build client app/main.js --config webpack.production.config.js --minify -o public/client_build.js",
"build:server": "kotatsu build server start.js --minify -o server_build.js",
"postinstall": "node configure && npm run build"
},
Expand Down
2 changes: 1 addition & 1 deletion webpack.production.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var path = require('path');

module.exports = {
output: {
publicPath: '/public'
publicPath: '/'
},
resolve: {
alias: {
Expand Down

0 comments on commit a1a25f6

Please sign in to comment.