Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/akveo/blur-admin
/ buildScripts
Function
buildScripts
gulp/scripts.js:21–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
});
20
21
function
buildScripts() {
22
return
gulp.src(path.join(conf.paths.src,
'/app/**/*.js'
))
23
.pipe($.eslint())
24
.pipe($.eslint.format())
25
.pipe($.size())
26
};
Callers
1
scripts.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected