File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ module SassContext
11
11
config . sass . preferred_syntax = :scss
12
12
# Use expanded output instead of the sass default of :nested
13
13
config . sass . style = :expanded
14
- # Write sass cache files to tmp/sass-cache for performance
14
+ # Write sass cache files for performance
15
15
config . sass . cache = true
16
- # Read sass cache files from tmp/sass-cache for performance
16
+ # Read sass cache files for performance
17
17
config . sass . read_cache = true
18
18
# Display line comments above each selector as a debugging aid
19
19
config . sass . line_comments = true
@@ -48,8 +48,8 @@ module SassContext
48
48
# Override stylesheet engine to the preferred syntax
49
49
config . app_generators . stylesheet_engine syntax
50
50
51
- # Set the sass cache location to tmp/sass-cache
52
- config . sass . cache_location = File . join ( Rails . root , "tmp/sass- cache" )
51
+ # Set the sass cache location
52
+ config . sass . cache_location = File . join ( Rails . root , "tmp/cache/sass " )
53
53
54
54
# Establish configuration defaults that are evironmental in nature
55
55
if config . sass . full_exception . nil?
You can’t perform that action at this time.
0 commit comments