parent
32d7da91b7
commit
8d85fb15c4
@ -1,10 +1,12 @@
|
|||||||
var args = require('yargs').argv;
|
|
||||||
// Switch to phantom.
|
// Switch to phantom.
|
||||||
// Example:
|
// Example:
|
||||||
// gulp --phantom
|
// gulp --phantom
|
||||||
|
|
||||||
var phantom = !!args.phantom;
|
var phantom = false;
|
||||||
|
process.argv.forEach(function (val, index, array) {
|
||||||
console.log('Phantom:', phantom);
|
if(val=== '--phantom'){
|
||||||
|
phantom = true;
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
module.exports = phantom;
|
module.exports = phantom;
|
Loading…
Reference in new issue