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

Commit ae6d722

Browse files
committed
Update readme
1 parent 5f8d2b6 commit ae6d722

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,16 @@ npm run build-dev
113113
```
114114
1. Build CSS and JS from sources but does not start browsersync server.
115115

116+
```bash
117+
npm run build-prod
118+
```
119+
1. Build CSS and JS minified and ready for production but does not start browsersync server.
120+
121+
```bash
122+
npm run start-server
123+
```
124+
1. Run the server serving the `/public` folder using browsersync.
125+
116126
```bash
117127
npm run js-lint
118128
```

0 commit comments

Comments
 (0)