Skip to content

Instantly share code, notes, and snippets.

@eyy
Created July 4, 2013 16:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eyy/5929031 to your computer and use it in GitHub Desktop.
Save eyy/5929031 to your computer and use it in GitHub Desktop.
WebStorm dust file watcher
<?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