add version to mix-manifest.json and add mix function

Signed-off-by: Maurice Preuß (envoyr) <envoyr@froxlor.org>
This commit is contained in:
Maurice Preuß (envoyr)
2023-01-14 21:14:55 +01:00
parent 090cfc26f2
commit 1f1ea370c0
5 changed files with 61 additions and 5 deletions

View File

@@ -10,4 +10,5 @@ mix
.copyDirectory('node_modules/@fortawesome/fontawesome-free/webfonts', 'templates/Froxlor/assets/webfonts')
.js('templates/Froxlor/src/js/main.js', 'js')
.sass('templates/Froxlor/src/scss/main.scss', 'css')
.sass('templates/Froxlor/src/scss/dark.scss', 'css');
.sass('templates/Froxlor/src/scss/dark.scss', 'css')
.version();