Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
function
compress()
20
{
21
// execute
22
return
gulp.src(
"src/**/*.js"
)
23
//.pipe(uglify())
24
.pipe(gulp.dest(
"build"
));
25
}
26
27
function
GulpWatch()
28
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected