WS-2016.3.2 <mdonnel@EDINBK107739 Create External Tools.xml

This commit is contained in:
martind2000 2017-01-11 11:30:00 +00:00
parent 0d044c40bf
commit c38d66decf

9
tools/External Tools.xml Normal file
View File

@ -0,0 +1,9 @@
<toolSet name="External Tools">
<tool name="Aurelia" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="false">
<exec>
<option name="COMMAND" value="C:\Program Files\nodejs\au.cmd" />
<option name="PARAMETERS" value="run --watch" />
<option name="WORKING_DIRECTORY" value="C:/dev/iws-international/web-platform" />
</exec>
</tool>
</toolSet>