Browse Source

updated gitignore and package.json

all-modes
pbca26 8 years ago
parent
commit
17b5d6669b
  1. 1
      react/.gitignore
  2. 1
      react/package.json

1
react/.gitignore

@ -3,3 +3,4 @@ npm-debug.log
.DS_Store
www/bundle.js
examples
build

1
react/package.json

@ -6,6 +6,7 @@
"scripts": {
"start": "webpack-dashboard -t 'EDEX-ReactJS' -- webpack-dev-server --colors --no-info",
"build": "rm -rf ./build && NODE_ENV=\"production\" webpack",
"build_dist": " webpack -p --config ./webpack.config.js",
"lint-break-on-errors": "eslint ./src ./webpack.config.js -f table --ext .js --ext .jsx",
"lint": "eslint ./src ./webpack.config.js -f table --ext .js --ext .jsx || true",
"preview": "NODE_ENV=\"production\" ./node_modules/webpack-dashboard/bin/webpack-dashboard.js -t 'Preview Mode - EDEX' -- ./node_modules/webpack-dev-server/bin/webpack-dev-server.js",

Loading…
Cancel
Save