Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/brunch/brunch
/ onCompile
Function
onCompile
test/build.js:90–93 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
88
});
89
90
brunch.build({onCompile() {
91
fileExists(
'public/app.js'
);
92
done();
93
}});
94
});
95
96
it(
'plugins order missing'
, done => {
Callers
nothing calls this directly
Calls
11
fileExists
Function · 0.85
eOutputContains
Function · 0.85
fileContains
Function · 0.85
noWarn
Function · 0.85
noError
Function · 0.85
fileDoesNotExist
Function · 0.85
fileEquals
Function · 0.85
outputContains
Function · 0.85
fileDoesNotContain
Function · 0.85
contains
Function · 0.85
doesntContain
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…