Updated readme
This commit is contained in:
parent
e8177659ac
commit
49e4c939e6
|
@ -32,7 +32,7 @@ Then run dev script:
|
||||||
npm run dev
|
npm run dev
|
||||||
```
|
```
|
||||||
|
|
||||||
Spins up a webpack dev server at localhost:8080 and keeps track of all js and sass changes to files. Only reloads automatically upon save of js files.
|
Spins up a webpack dev server at localhost:8080 and keeps track of all js and sass changes to files.
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
```
|
```
|
||||||
|
@ -48,10 +48,8 @@ You can run any of these individually if you'd like with the npm run command:
|
||||||
* lint - Runs lint on `src/js` folder and uses `.eslintrc` file in root as linting rules
|
* lint - Runs lint on `src/js` folder and uses `.eslintrc` file in root as linting rules
|
||||||
* webpack-server - Create webpack-dev-server with hot-module-replacement
|
* webpack-server - Create webpack-dev-server with hot-module-replacement
|
||||||
* webpack-watch - Run webpack in dev environment with watch
|
* webpack-watch - Run webpack in dev environment with watch
|
||||||
* dev:sass - Run node-sass on `src/css` folder and output to `src/public` and watch for changes
|
|
||||||
* dev:js - Run webpack in dev environment without watch
|
* dev:js - Run webpack in dev environment without watch
|
||||||
* build:dir - Copy files and folders from `src/public` to `build`
|
* build:dir - Copy files and folders from `src/public` to `build`
|
||||||
* build:sass - Run node-sass on `src/css` and output compressed css to `build` folder
|
|
||||||
* build:js - Run webpack in production environment
|
* build:js - Run webpack in production environment
|
||||||
|
|
||||||
## Input Controls
|
## Input Controls
|
||||||
|
|
Loading…
Reference in New Issue