MCPcopy
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
96it('plugins order missing', done => {

Callers

nothing calls this directly

Calls 11

fileExistsFunction · 0.85
eOutputContainsFunction · 0.85
fileContainsFunction · 0.85
noWarnFunction · 0.85
noErrorFunction · 0.85
fileDoesNotExistFunction · 0.85
fileEqualsFunction · 0.85
outputContainsFunction · 0.85
fileDoesNotContainFunction · 0.85
containsFunction · 0.85
doesntContainFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…