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

github.com/dldx/hpstr-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <Michael.Rose@ROC4437E688AA68.NA.AD.VWR.COM>2014-10-29 18:15:49 +0300
committerunknown <Michael.Rose@ROC4437E688AA68.NA.AD.VWR.COM>2014-10-29 18:16:42 +0300
commite87bf210e184dcb1a1eb54aa419f6e6536a3a265 (patch)
tree7878b8b01aa6ef0b8469b7c96d948d08283b78cc /.gitignore
parent04d6c138130cb0d11d5f94a7edd97dd6038c9f01 (diff)
Quick and dirty .less to .scss port
- No need for a preprocessing build step, Jekyll does that for us now - Remove LESS preprocessor from Grunt tasks
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 1701816..f60f309 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,4 +4,5 @@ _site
*.sublime-workspace
codekit-config.json
node_modules
-Gemfile.lock \ No newline at end of file
+Gemfile.lock
+.sass-cache \ No newline at end of file