Moved short flag for local js to j
This commit is contained in:
parent
73b78e9c3f
commit
ab7a30169c
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@
|
|||
* @license MIT, https://acollington.mit-license.org/
|
||||
*/
|
||||
|
||||
$options = getopt('l', ['local-js']);
|
||||
$makeJsLocal = (isset($options['l']) || isset($options['local-js']));
|
||||
$options = getopt('j', ['local-js']);
|
||||
$makeJsLocal = (isset($options['j']) || isset($options['local-js']));
|
||||
$parentPath = dirname(__DIR__);
|
||||
|
||||
if (!file_exists($parentPath . '/node_modules')) {
|
||||
|
|
Loading…
Reference in a new issue