mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/unity.git
synced 2026-08-27 00:04:03 +00:00
setup
This commit is contained in:
Vendored
+20
@@ -0,0 +1,20 @@
|
||||
const mix = require('laravel-mix');
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Mix Asset Management
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Mix provides a clean, fluent API for defining some Webpack build steps
|
||||
| for your Laravel applications. By default, we are compiling the CSS
|
||||
| file for the application as well as bundling up all the JS files.
|
||||
|
|
||||
*/
|
||||
|
||||
mix
|
||||
.js('resources/js/admin/index.js', 'public/admin/js')
|
||||
.sass('resources/sass/admin/index.scss', 'public/admin/css').options({ processCssUrls: false })
|
||||
.styles([
|
||||
'resources/sass/admin/editor.css',
|
||||
], 'public/admin/css/editor.css')
|
||||
.sourceMaps();
|
||||
Reference in New Issue
Block a user