File tree Expand file tree Collapse file tree 6 files changed +9
-116
lines changed
Expand file tree Collapse file tree 6 files changed +9
-116
lines changed Original file line number Diff line number Diff line change @@ -2,18 +2,14 @@ const elixir = require('laravel-elixir');
22
33require ( 'laravel-elixir-vue-2' ) ;
44
5- /*
6- |--------------------------------------------------------------------------
7- | Elixir Asset Management
8- |--------------------------------------------------------------------------
9- |
10- | Elixir provides a clean, fluent API for defining some basic Gulp tasks
11- | for your Laravel application. By default, we are compiling the Sass
12- | file for your application as well as publishing vendor resources.
13- |
14- */
15-
165elixir ( ( mix ) => {
17- mix . sass ( 'app.scss' )
18- . webpack ( 'app.js' ) ;
6+ /**
7+ * Building SASS files
8+ */
9+ mix . sass ( 'app.scss' ) ;
10+
11+ /**
12+ * Building Javascript files
13+ */
14+ // mix.webpack('app.js');
1915} ) ;
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments