.. | |||||
Find-VisualStudio.cs | |||||
build.js | |||||
clean.js | |||||
configure.js | |||||
find-node-directory.js | |||||
find-python.js | |||||
find-visualstudio.js | |||||
install.js | |||||
list.js | |||||
node-gyp.js | |||||
process-release.js | |||||
proxy.js | |||||
rebuild.js | |||||
remove.js | |||||
util.js |
'use strict' function rebuild (gyp, argv, callback) { gyp.todo.push( { name: 'clean', args: [] } , { name: 'configure', args: argv } , { name: 'build', args: [] } ) process.nextTick(callback) } module.exports = rebuild module.exports.usage = 'Runs "clean", "configure" and "build" all at once'
.. | |||||
Find-VisualStudio.cs | |||||
build.js | |||||
clean.js | |||||
configure.js | |||||
find-node-directory.js | |||||
find-python.js | |||||
find-visualstudio.js | |||||
install.js | |||||
list.js | |||||
node-gyp.js | |||||
process-release.js | |||||
proxy.js | |||||
rebuild.js | |||||
remove.js | |||||
util.js |