diff options
author | Allan Wang <me@allanwang.ca> | 2019-02-05 23:46:02 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-05 23:46:02 -0500 |
commit | a75555f3464607b93d523478999b9c8a7dc224a0 (patch) | |
tree | 9036dea7b93463a9f8c275b03dde5f4985c9bf72 /app/src/web/.idea/watcherTasks.xml | |
parent | 81e259430c1bb6a034d18c059b410890b5386f2b (diff) | |
download | frost-a75555f3464607b93d523478999b9c8a7dc224a0.tar.gz frost-a75555f3464607b93d523478999b9c8a7dc224a0.tar.bz2 frost-a75555f3464607b93d523478999b9c8a7dc224a0.zip |
Theme (#1346)
* Theme text from linked user list
* Theme unlike page, resolves #1335
* Fix comment theme box text, resolves #1340
* Apply spotless
Diffstat (limited to 'app/src/web/.idea/watcherTasks.xml')
-rw-r--r-- | app/src/web/.idea/watcherTasks.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/web/.idea/watcherTasks.xml b/app/src/web/.idea/watcherTasks.xml index 32d1e6f4..4caea6ed 100644 --- a/app/src/web/.idea/watcherTasks.xml +++ b/app/src/web/.idea/watcherTasks.xml @@ -17,7 +17,7 @@ <option name="program" value="sass" /> <option name="runOnExternalChanges" value="true" /> <option name="scopeName" value="Project Files" /> - <option name="trackOnlyRoot" value="true" /> + <option name="trackOnlyRoot" value="false" /> <option name="workingDir" value="$FileDir$" /> <envs /> </TaskOptions> |