UNPKG

gypwatcher

Version:

Automatically run node-gyp when your module's C++ files change

23 lines (22 loc) 402 B
module.exports = { watchFiles: [ './gypwatcher.*', './binding.gyp', './**/*.cc', './**/*.h', './**/*.cpp', './**/*.cxx', './**/*.c' ], chokidarOptions: { ignoreInitial: false }, nodeGypScript: [ '/usr/local/bin/node-gyp', '/usr/local/lib/node_modules/node-gyp/bin/node-gyp.js' ], nodeGypOptions: [ 'rebuild' ], nodeGypPost: './postExec' };