Commit 3f947e80 by David Baumgold

Merge pull request #1977 from edx/goncha/sass-cache

Goncha/sass cache #os
parents 946c6150 d7e5a7df
...@@ -99,3 +99,4 @@ Florian Dufour <neurolit@gmail.com> ...@@ -99,3 +99,4 @@ Florian Dufour <neurolit@gmail.com>
Manuel Freire <manuel.freire@fdi.ucm.es> Manuel Freire <manuel.freire@fdi.ucm.es>
Daniel Cebrián Robles <danielcebrianr@gmail.com> Daniel Cebrián Robles <danielcebrianr@gmail.com>
Carson Gee <cgee@mit.edu> Carson Gee <cgee@mit.edu>
Gang Chen <goncha@gmail.com>
...@@ -46,6 +46,7 @@ def sass_cmd(watch=false, debug=false) ...@@ -46,6 +46,7 @@ def sass_cmd(watch=false, debug=false)
end end
"sass #{debug ? '' : '--style compressed'} " + "sass #{debug ? '' : '--style compressed'} " +
"--cache-location /tmp/sass-cache " +
"--load-path #{sass_load_paths.join(' ')} " + "--load-path #{sass_load_paths.join(' ')} " +
"#{watch ? '--watch' : '--update'} -E utf-8 #{sass_watch_paths.join(' ')}" "#{watch ? '--watch' : '--update'} -E utf-8 #{sass_watch_paths.join(' ')}"
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment