Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
opt
/
alt
/
alt-nodejs20
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
sprintf-js
/
File Content:
gruntfile.js
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"]) }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
demo
---
0755
dist
---
0755
src
---
0755
CONTRIBUTORS.md
1333 bytes
0644
LICENSE
1513 bytes
0644
bower.json
439 bytes
0644
gruntfile.js
970 bytes
0644
package.json
869 bytes
0644
N4ST4R_ID | Naxtarrr