Created
July 4, 2013 16:42
-
-
Save eyy/5929031 to your computer and use it in GitHub Desktop.
WebStorm dust file watcher
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
<?xml version="1.0" encoding="UTF-8"?> | |
<TaskOptions> | |
<TaskOptions> | |
<option name="arguments" value="C:\projects\Sentr\server\compile_templates.js" /> | |
<option name="checkSyntaxErrors" value="true" /> | |
<option name="description" value="" /> | |
<option name="exitCodeBehavior" value="ERROR" /> | |
<option name="fileExtension" value="tl" /> | |
<option name="immediateSync" value="true" /> | |
<option name="name" value="dust templates" /> | |
<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\nodejs\node.exe" /> | |
<option name="scopeName" value="Open Files" /> | |
<option name="trackOnlyRoot" value="false" /> | |
<option name="workingDir" value="" /> | |
<envs /> | |
</TaskOptions> | |
</TaskOptions> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment