Shadow-Here


Server : Apache
System : Linux methusalix2 3.16.0-11-amd64 #1 SMP Debian 3.16.84-1 (2020-06-09) x86_64
User : hios ( 1437)
PHP Version : 5.6.40-0+deb8u12
Disable Function : proc_close,proc_open,dl,shell_exec,passthru
Directory :  /home/priorityservice-prod.1697609600/laravel/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :
Current File : //home/priorityservice-prod.1697609600/laravel/gulpfile.js
const elixir = require('laravel-elixir');

require('laravel-elixir-vue');

/*
 |--------------------------------------------------------------------------
 | Elixir Asset Management
 |--------------------------------------------------------------------------
 |
 | Elixir provides a clean, fluent API for defining some basic Gulp tasks
 | for your Laravel application. By default, we are compiling the Sass
 | file for our application, as well as publishing vendor resources.
 |
 */

elixir.config.publicDir = 'public_html';
elixir.config.publicPath = '..\\public_html\\';
 
elixir(mix => {
    mix.less([ 
    	'bootstrap/bootstrap.less',
    	'bootstrap-datepicker/bootstrap-datepicker3.css',
    	'style.less'
    ],'../public_html/css/app.css');
    mix.scripts([
    	'bootstrap.js',
    	'moment-with-locales.min.js',
    	'bootstrap-datepicker/bootstrap-datepicker.js',
    	'bootstrap-datepicker/locales/bootstrap-datepicker.de.min.js',
    	'bootstrap-datepicker/locales/bootstrap-datepicker.da.min.js',
    	'parsley/parsley.js',
    	'parsley/i18n/de.js',
    	'parsley/i18n/en.js',
    	'script.js'
    ],'../public_html/js/app.js');
   mix.version(['css/app.css', 'js/app.js']);
});

Samx