diff options
Diffstat (limited to 'app/src/web/.idea/watcherTasks.xml')
-rw-r--r-- | app/src/web/.idea/watcherTasks.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/web/.idea/watcherTasks.xml b/app/src/web/.idea/watcherTasks.xml index 4caea6ed..2b679ae8 100644 --- a/app/src/web/.idea/watcherTasks.xml +++ b/app/src/web/.idea/watcherTasks.xml @@ -2,14 +2,14 @@ <project version="4"> <component name="ProjectTasksOptions"> <TaskOptions isEnabled="true"> - <option name="arguments" value="--no-source-map --update $FileName$:$FileNameWithoutExtension$.css" /> + <option name="arguments" value="--no-source-map --style compressed --update $FileName$:../../assets/css/$FileDirName$/$FileNameWithoutExtension$.css" /> <option name="checkSyntaxErrors" value="true" /> <option name="description" /> <option name="exitCodeBehavior" value="ERROR" /> <option name="fileExtension" value="scss" /> <option name="immediateSync" value="true" /> <option name="name" value="SCSS" /> - <option name="output" value="$FileNameWithoutExtension$.css" /> + <option name="output" value="../../assets/css/$FileDirName$/$FileNameWithoutExtension$.css" /> <option name="outputFilters"> <array /> </option> |