Created
March 20, 2015 22:34
-
-
Save mdvorscak/27de970f42d82e9d29dd to your computer and use it in GitHub Desktop.
Webstorm test watcher
This file contains hidden or 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
<?xml version="1.0" encoding="UTF-8"?> | |
<TaskOptions> | |
<TaskOptions> | |
<option name="arguments" value="C:\Users\mdvorscak\AppData\Roaming\npm\node_modules\gulp\bin\gulp.js specs" /> | |
<option name="checkSyntaxErrors" value="false" /> | |
<option name="description" value="Automatically run jasmine tests using gulp" /> | |
<option name="exitCodeBehavior" value="ERROR" /> | |
<option name="fileExtension" value="js" /> | |
<option name="immediateSync" value="true" /> | |
<option name="name" value="Auto Test runner" /> | |
<option name="output" value="" /> | |
<option name="outputFilters"> | |
<array /> | |
</option> | |
<option name="outputFromStdout" value="false" /> | |
<option name="passParentEnvs" value="true" /> | |
<option name="program" value="C:/Program Files (x86)/nodejs/node.exe" /> | |
<option name="scopeName" value="Project Files" /> | |
<option name="trackOnlyRoot" value="false" /> | |
<option name="workingDir" value="C:\Users\mdvorscak\Documents\Inno\UX\dune" /> | |
<envs /> | |
</TaskOptions> | |
</TaskOptions> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment