Created
June 25, 2015 11:05
-
-
Save maugre/7a051b50b65dbc5eaef4 to your computer and use it in GitHub Desktop.
SassC watcher for PhpStorm
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="-I ~/Software/compass-mixins-master/lib/ scss/$FileName$ css/$FileNameWithoutExtension$.css" /> | |
<option name="checkSyntaxErrors" value="true" /> | |
<option name="description" value="Compiles .scss files into .css files using SassC" /> | |
<option name="exitCodeBehavior" value="ERROR" /> | |
<option name="fileExtension" value="scss" /> | |
<option name="immediateSync" value="false" /> | |
<option name="name" value="sassc compass" /> | |
<option name="output" value="css/$FileNameWithoutExtension$.css" /> | |
<option name="outputFilters"> | |
<array /> | |
</option> | |
<option name="outputFromStdout" value="false" /> | |
<option name="passParentEnvs" value="true" /> | |
<option name="program" value="sassc" /> | |
<option name="scopeName" value="Project Files" /> | |
<option name="trackOnlyRoot" value="true" /> | |
<option name="workingDir" value="$FileParentDir$" /> | |
<envs /> | |
</TaskOptions> | |
</TaskOptions> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment