Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mckeever02 committed Jan 7, 2019
1 parent 4cba8a7 commit 989f866
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ Laravel Mix provides a few helpful commands while you are developing your theme.
```
npm run dev
```
Run dev compiles the assets but does not minify. Useful for seeing the full source.
Compiles the assets but does not minify them. Useful for seeing your unminified assets.

```
npm run production
```
Run production compiles and minifies, ready for you to push to production.
Compiles and minifies your assets, ready for you to push to production.


```
npm run watch
```
This keeps a watch on your files and if any change, then it runs the dev command automatically.

You can see a full list of the laravel mix commands (https://laravel.com/docs/5.4/mix)[here].
You can see a full list of the laravel mix commands [here](https://laravel.com/docs/5.4/mix). Note that `.version()` won't work for versioning/cache busting but isn't necessary anyway as this is achieved in functions.php using `filemtime()`.

0 comments on commit 989f866

Please sign in to comment.