Only call browserify when one of sandbox sources change

This commit is contained in:
Kevin Sawicki 2016-11-03 13:54:08 -07:00
parent 0b86acfef4
commit e0afb814aa
4 changed files with 8 additions and 5 deletions

View file

@ -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')