-
- Downloads
Make the cache directory configurable
sass creates its cache directory in sometimes unpredictable locations. In order to make it configurale, we now define a cache directory in Coquelicot. We then tell sass to use a subdirectory there put cache its files. Based on a patch by Rowan Thorpe.
Showing
- .gitignore 1 addition, 1 deletion.gitignore
- conf/settings-default.yml 6 additions, 1 deletionconf/settings-default.yml
- lib/coquelicot/app.rb 10 additions, 1 deletionlib/coquelicot/app.rb
- spec/coquelicot/app_spec.rb 18 additions, 2 deletionsspec/coquelicot/app_spec.rb
- spec/spec_helper.rb 6 additions, 2 deletionsspec/spec_helper.rb
Loading
Please register or sign in to comment