my changes
This commit is contained in:
parent
28301e4312
commit
8dc1f1b048
263 changed files with 36882 additions and 4453 deletions
21
webpack.mix.js
Normal file
21
webpack.mix.js
Normal file
|
@ -0,0 +1,21 @@
|
|||
let mix = require('laravel-mix');
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Mix Asset Management siehe https://laravel.com/docs/5.5/mix
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Mix provides a clean, fluent API for defining some Webpack build steps
|
||||
| for your Laravel application. By default, we are compiling the Sass
|
||||
| file for the application as well as bundling up all the JS files.
|
||||
|
|
||||
*/
|
||||
// mix.setPublicPath('../');
|
||||
|
||||
mix.js('resources/assets/js/lib.js', 'public/js')
|
||||
.sass('resources/assets/sass/app1.scss', 'public/css')
|
||||
.options({
|
||||
//publicPath: '../'
|
||||
processCssUrls: false
|
||||
});
|
||||
mix.copy('node_modules/bootstrap-sass/assets/fonts/bootstrap', 'public/fonts/bootstrap');
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue