Fix wrong build instruction in readme (#1780)

This commit is contained in:
MiniDigger 2018-11-12 19:39:45 +01:00 committed by Viktor Oreshkin
parent 4c2d1654c4
commit e565ca3a82

View File

@ -96,7 +96,7 @@ Run `npm start` (`gulp watch`) to watch for file changes and automatically rebui
#### Running in production #### Running in production
Run `npm run clean` (`gulp clean`), then `npm run publish` (`gulp publish`) to build the minimized production version of the app. Copy `dist` folder contents to your web server. Don't forget to set `X-Frame-Options SAMEORIGIN` header ([docs](https://developer.mozilla.org/en-US/docs/Web/HTTP/X-Frame-Options)). Run `npm run clean` (`gulp clean`), then `npm run build` (`gulp publish`) to build the minimized production version of the app. Copy `dist` folder contents to your web server. Don't forget to set `X-Frame-Options SAMEORIGIN` header ([docs](https://developer.mozilla.org/en-US/docs/Web/HTTP/X-Frame-Options)).
### Third party libraries ### Third party libraries