Only call browserify when one of sandbox sources change
This commit is contained in:
parent
0b86acfef4
commit
e0afb814aa
4 changed files with 8 additions and 5 deletions
|
@ -1,3 +1,6 @@
|
|||
// Any requires added here need to be added to the browserify_entries array
|
||||
// in filenames.gypi so they get built into the preload_bundle.js bundle
|
||||
|
||||
/* eslint no-eval: "off" */
|
||||
/* global binding, preloadPath, process, Buffer */
|
||||
const events = require('events')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue