From 5b3cd42b9bd0de4795c71e76aa3fc1806f0415c5 Mon Sep 17 00:00:00 2001 From: Robbin Johansson Date: Fri, 23 Feb 2018 09:45:12 +0100 Subject: [PATCH] Update README.md (#18) --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 652fc0b..e6aeb74 100644 --- a/README.md +++ b/README.md @@ -49,16 +49,20 @@ However if you install the theme manually, copy the contents of `user/themes/hay ### Laravel Mix +Laravel Mix is preconfigured when installing a fresh instance of this theme. However it might be a good idea to review the full documentation [on GitHub.](https://github.com/JeffreyWay/laravel-mix/tree/master/docs#readme) + ```shell # Compile assets without minification $ yarn run dev + # Watch working assets $ yarn run watch + # Minify and compile assets for production $ yarn run production ``` -> Compiled assets goes into the `dist/` directory, these files are generated for you through Laravel Mix, you should **not** edit these files manually! Your working directory is `resources/` which will be picked up by Laravel Mix automatically. +> Compiled assets goes into the `dist/` directory, these files are generated for you through Laravel Mix, you should **not** edit these files manually! Your working directory is `resources/`. ## Updating