diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-11-08 11:46:59 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-11-08 11:46:59 -0500 |
| commit | 5fa81da81260d65113f57a293b6256d334fe8e2d (patch) | |
| tree | 01d3dd7ab7a1febccd20de1756d0801a64ae64e9 /StoneIsland/platforms/ios/cordova/clean.bat | |
| parent | e5652e9cd560ccda249819857c207643820b075f (diff) | |
| parent | 7773d1d0686de69504e9b820efdb3e94d72eff04 (diff) | |
le build
Diffstat (limited to 'StoneIsland/platforms/ios/cordova/clean.bat')
| -rwxr-xr-x | StoneIsland/platforms/ios/cordova/clean.bat | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/StoneIsland/platforms/ios/cordova/clean.bat b/StoneIsland/platforms/ios/cordova/clean.bat index 25f17901..58307287 100755 --- a/StoneIsland/platforms/ios/cordova/clean.bat +++ b/StoneIsland/platforms/ios/cordova/clean.bat @@ -14,12 +14,6 @@ :: KIND, either express or implied. See the License for the :: specific language governing permissions and limitations :: under the License + @ECHO OFF -SET script_path="%~dp0clean" -IF EXIST %script_path% ( - node %script_path% %* -) ELSE ( - ECHO. - ECHO ERROR: Could not find 'clean' script in 'cordova' folder, aborting...>&2 - EXIT /B 1 -)
\ No newline at end of file +ECHO WARN: The 'clean' command is not available for cordova-ios on windows machines.>&2 |
