PATH:
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
node-gyp
/
lib
'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'
[-] process-release.js
[edit]
[+]
..
[-] find-node-directory.js
[edit]
[-] create-config-gypi.js
[edit]
[-] install.js
[edit]
[-] node-gyp.js
[edit]
[-] list.js
[edit]
[-] rebuild.js
[edit]
[-] find-visualstudio.js
[edit]
[-] util.js
[edit]
[-] remove.js
[edit]
[-] Find-VisualStudio.cs
[edit]
[-] build.js
[edit]
[-] configure.js
[edit]
[-] clean.js
[edit]
[-] find-python.js
[edit]