mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
added phantom support in gulp
This commit is contained in:
parent
08ebc8d292
commit
32d7da91b7
3 changed files with 54 additions and 17 deletions
10
gulp/phantom.js
Normal file
10
gulp/phantom.js
Normal file
|
@ -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…
Add table
Add a link
Reference in a new issue