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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/Rules
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-10-31 08:13:06 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-10-31 08:13:06 +0300
commit8fdc39cffc5baf8e1873f4f9fbdd997b544ffd40 (patch)
tree9f214cbcac95db3f3f38f9d85abdf6d69a37faa5 /Rules
parentd61a9a38495b0c087b2889fc035323988271d878 (diff)
Split the head element into a separate partial.
Diffstat (limited to 'Rules')
-rw-r--r--Rules4
1 files changed, 3 insertions, 1 deletions
diff --git a/Rules b/Rules
index 19ddbc97..0a384c27 100644
--- a/Rules
+++ b/Rules
@@ -42,7 +42,9 @@ compile '/**/*.md' do
end
compile '/**/*.scss' do
- filter :sass, syntax: :scss
+ filter :sass,
+ syntax: :scss,
+ style: :compressed
write item.identifier.without_ext + '.css'
end