fis-command-release
Advanced tools
Comparing version 0.11.5 to 0.11.6
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ Copyright (C) 2013 baidu.com |
{ | ||
"name": "fis-command-release", | ||
"description": "fis release command.", | ||
"version": "0.11.5", | ||
"version": "0.11.6", | ||
"author": "FIS Team <fis@baidu.com>", | ||
@@ -6,0 +6,0 @@ "homepage": "http://fis.baidu.com/", |
@@ -0,0 +0,0 @@ # fis-command-release |
@@ -46,9 +46,2 @@ /* | ||
//添加usePolling配置 | ||
var usePolling = null; | ||
if (typeof fis.config.get('project.watch.usePolling') !== 'undefined'){ | ||
usePolling = fis.config.get('project.watch.usePolling'); | ||
} | ||
require('chokidar') | ||
@@ -68,3 +61,3 @@ .watch(root, { | ||
}, | ||
usePolling: usePolling, | ||
usePolling: fis.config.get('project.watch.usePolling', null), | ||
persistent: true | ||
@@ -71,0 +64,0 @@ }) |
@@ -0,0 +0,0 @@ (function() { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
60592
1549