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 989f866 commit bbeaa66
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,8 @@ 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 [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()`.
---

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 bbeaa66

Please sign in to comment.