MCPcopy Index your code
hub / github.com/sonofmagic/weapp-tailwindcss / compileScripts

Function compileScripts

starter/gulp/gulpfile.ts:65–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63}
64
65function compileScripts() {
66 return gulp.src(paths.scriptFiles).pipe(tsProject()).pipe(transformJs()).pipe(gulp.dest('dist'))
67}
68
69const buildTasks: TaskFunction[] = [
70 clean as TaskFunction,

Callers

nothing calls this directly

Calls 1

transformJsFunction · 0.50

Tested by

no test coverage detected