-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CW Issue #2189 - Remove deprecated
request
module from NodeJS/Types…
…cript code. (#63)
- Loading branch information
Showing
10 changed files
with
333 additions
and
964 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
|
||
@echo off | ||
|
||
set CODEWIND_URL_ROOT=http://localhost:9090 | ||
|
||
rem REPLACE THIS reference to MockCwctlSync JAR, when running via this batch file. | ||
set MOCK_CWCTL_INSTALLER_PATH=c:\Codewind\Git\codewind-filewatchers\Tests\MockCwctlSync\target\MockCwctlSync-0.0.1-SNAPSHOT.jar | ||
|
||
npm run watch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#!/bin/bash | ||
|
||
CODEWIND_URL_ROOT=http://localhost:9090 | ||
|
||
export MOCK_CWCTL_INSTALLER_PATH=`cd ../;pwd`/Tests/MockCwctlSync/target/MockCwctlSync-0.0.1-SNAPSHOT.jar | ||
|
||
npm run watch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.