0.11 dev (#1010)
* update layout and bootstrap package * update templates Co-authored-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
7
webpack.mix.js
Normal file
7
webpack.mix.js
Normal file
@@ -0,0 +1,7 @@
|
||||
// webpack.mix.js
|
||||
|
||||
let mix = require('laravel-mix');
|
||||
|
||||
mix
|
||||
.js('templates/Froxlor/src/main.js', 'templates/Froxlor/assets/js')
|
||||
.sass('templates/Froxlor/src/scss/main.scss', 'templates/Froxlor/assets/css');
|
||||
Reference in New Issue
Block a user