Skip to content
This repository was archived by the owner on Jun 1, 2020. It is now read-only.

Commit 6276b9c

Browse files
committed
Fix Readme and package
1 parent 6d2509d commit 6276b9c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ npm run start
108108
```bash
109109
npm run build
110110
```
111-
1. Build CSS and JS files.
111+
1. Build CSS and JS files. With this command, the js will be minified, the bundle version will be used in the html.
112112

113113
```bash
114114
npm run lint

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
"description": "Basic Structure for React app following Atomic Design",
55
"scripts": {
66
"start": "webpack-dev-server --inline --hot --progress --colors",
7-
"build2": "webpack -p",
8-
"build": "webpack -p --config ./webpack-production.config.js --progress --colors",
7+
"build": "webpack --config ./webpack-production.config.js --progress --colors",
98
"lint": "eslint ./app/ --ext .js --ext .jsx --fix",
109
"watch": "webpack --watch --progress",
1110
"clean": "rm -rf dist && npm cache clean"
@@ -27,7 +26,6 @@
2726
},
2827
"homepage": "https://github.com/Rulox/react-atomic-structure#readme",
2928
"dependencies": {
30-
"gulp": "^3.9.1",
3129
"react": "^15.3.1",
3230
"react-dom": "^15.3.1",
3331
"react-router": "^2.8.1",

0 commit comments

Comments
 (0)