Software: Apache. PHP/7.2.34 uname -a: Linux li456-155.members.linode.com 3.10.0-1160.92.1.el7.x86_64 #1 SMP Tue Jun 20 11:48:01 uid=48(apache) gid=48(apache) groups=48(apache) Safe-mode: OFF (not secure) /var/www/html/TABASCO/AT_WEB/AT_INTERLOGISTICO/ drwxr-xr-x | |
| Viewing file: Select action/file-type: const mix = require('laravel-mix');
/*
|--------------------------------------------------------------------------
| Mix Asset Management
|--------------------------------------------------------------------------
|
| 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.styles([
'node_modules/bootstrap/dist/css/bootstrap.css',
'public/css/styles.css',
'public/css/responsive.css',
], 'public/build/css/main.01.1.css');
mix.scripts([
'node_modules/bootstrap/dist/js/bootstrap.bundle.js',
'resources/js/contact_form.js'
], 'public/build/js/main.01.1.js'); |
:: Command execute :: | |