parent
08ebc8d292
commit
32d7da91b7
@ -0,0 +1,10 @@
|
|||||||
|
var args = require('yargs').argv;
|
||||||
|
// Switch to phantom.
|
||||||
|
// Example:
|
||||||
|
// gulp --phantom
|
||||||
|
|
||||||
|
var phantom = !!args.phantom;
|
||||||
|
|
||||||
|
console.log('Phantom:', phantom);
|
||||||
|
|
||||||
|
module.exports = phantom;
|
Loading…
Reference in new issue