MCPcopy Create free account
hub / github.com/Maddious/RiTA-DiscordBot / compress

Function compress

gulpfile.js:19–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17}
18
19function compress()
20{
21 // execute
22 return gulp.src("src/**/*.js")
23 //.pipe(uglify())
24 .pipe(gulp.dest("build"));
25}
26
27function GulpWatch()
28{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected