Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/savage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <github@rebertia.com>2014-12-19 00:17:22 +0300
committerChris Rebert <github@rebertia.com>2014-12-19 00:17:22 +0300
commitc92b0b3c8c9b684976caa9f7541c93db06af442a (patch)
treeee1b4d7eacb807a9729ecd9d320013c3e8e30f7d
parent9cb8c4848864ab8f8247060eae2e5dc9ce7b51b7 (diff)
whitelist scss too
-rw-r--r--src/main/resources/application.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/application.conf b/src/main/resources/application.conf
index e914dff..7596a86 100644
--- a/src/main/resources/application.conf
+++ b/src/main/resources/application.conf
@@ -32,6 +32,7 @@ savage {
"/fonts/**.{eot,ttf,svg,woff}",
"/less/**.less",
"/sass/**.{sass,scss}",
+ "/scss/**.{sass,scss}",
"/js/**.{js,html,css}",
"/dist/**.{css,js,map,eot,ttf,svg,woff}",
"/docs/**.{html,css,js,map,png,ico,xml,eot,ttf,svg,woff,swf}"