����
One Hat Cyber Team
One Hat Cyber Team
Your IP :
3.14.253.99
Server IP :
192.185.194.254
Server :
Linux raider.websitewelcome.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
Server Software :
Apache
PHP Version :
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home2
/
glenar
/
ads.glenar.com
/
1
/
js
/
jscroll
/
View File Name :
Gruntfile.js
module.exports = function(grunt) { 'use strict'; grunt.initConfig({ pkg: grunt.file.readJSON('package.json'), /** * https://github.com/gruntjs/grunt-contrib-jshint */ jshint: { options: { curly: true, eqeqeq: true, eqnull: true, browser: true, newcap: false, es3: true, forin: true, indent: 4, unused: 'vars', strict: true, trailing: true, quotmark: 'single', latedef: true, globals: { jQuery: true } }, files: { src: ['Grunfile.js', 'jquery.jscroll.js'] } }, /** * https://github.com/gruntjs/grunt-contrib-uglify */ uglify: { options: { preserveComments: 'some' }, jscroll: { files: { 'jquery.jscroll.min.js': [ 'jquery.jscroll.js' ] } } } }); grunt.loadNpmTasks('grunt-contrib-jshint'); grunt.loadNpmTasks('grunt-contrib-uglify'); grunt.registerTask('default', ['jshint', 'uglify']); };