Skip to content

Commit

Permalink
Move LESS/SASS settings to conf.py.sample files
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jun 13, 2017
1 parent ae8cb6e commit 2060982
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions v7/less/conf.py.sample
@@ -0,0 +1,6 @@
# Compiler to process LESS files.
LESS_COMPILER = 'lessc'

# A list of options to pass to the LESS compiler.
# Final command is: LESS_COMPILER LESS_OPTIONS file.less
LESS_OPTIONS = []
6 changes: 6 additions & 0 deletions v7/sass/conf.py.sample
@@ -0,0 +1,6 @@
# Compiler to process Sass files.
SASS_COMPILER = 'sass'

# A list of options to pass to the Sass compiler.
# Final command is: SASS_COMPILER SASS_OPTIONS file.s(a|c)ss
SASS_OPTIONS = []

0 comments on commit 2060982

Please sign in to comment.