Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 52.14.238.102
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp-musonza /
node_modules /
sprintf-js /
Delete
Unzip
Name
Size
Permission
Date
Action
demo
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
dist
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
src
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
test
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
.npmignore
14
B
-rw-r--r--
2014-05-01 09:29
LICENSE
1.48
KB
-rw-r--r--
2015-01-09 10:44
README.md
4.74
KB
-rw-r--r--
2015-07-10 13:33
bower.json
439
B
-rw-r--r--
2015-07-10 13:33
gruntfile.js
970
B
-rw-r--r--
2014-09-30 09:49
package.json
1.35
KB
-rw-r--r--
2021-02-04 21:24
Save
Rename
module.exports = function(grunt) { grunt.initConfig({ pkg: grunt.file.readJSON("package.json"), uglify: { options: { banner: "/*! <%= pkg.name %> | <%= pkg.author %> | <%= pkg.license %> */\n", sourceMap: true }, build: { files: [ { src: "src/sprintf.js", dest: "dist/sprintf.min.js" }, { src: "src/angular-sprintf.js", dest: "dist/angular-sprintf.min.js" } ] } }, watch: { js: { files: "src/*.js", tasks: ["uglify"] } } }) grunt.loadNpmTasks("grunt-contrib-uglify") grunt.loadNpmTasks("grunt-contrib-watch") grunt.registerTask("default", ["uglify", "watch"]) }