extract compass into core_ext, allow other features to execute after its init, add map support to sinatra, prep Sprockets feature
This commit is contained in:
parent
7828b07dad
commit
01eccafde2
12 changed files with 171 additions and 57 deletions
|
@ -25,7 +25,7 @@ module Middleman::Features::CacheBuster
|
|||
end
|
||||
end
|
||||
|
||||
app.after_feature_init do
|
||||
app.after_compass_init do
|
||||
::Compass.configuration do |config|
|
||||
config.asset_cache_buster do |path, real_path|
|
||||
real_path = real_path.path if real_path.is_a? File
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue