fix minify js, re-enable build init, parse data before config.rb, everything else after
This commit is contained in:
parent
61052de807
commit
8c4471fc40
9 changed files with 31 additions and 25 deletions
|
@ -86,8 +86,7 @@ module Middleman::CoreExtensions::DefaultHelpers
|
|||
source << ".#{kind}" unless ignore_extension or source =~ /\.#{kind}/
|
||||
result_path = source if source =~ %r{^/} # absolute path
|
||||
result_path ||= asset_url(source, asset_folder)
|
||||
timestamp = asset_timestamp(result_path)
|
||||
"#{result_path}#{timestamp}"
|
||||
"#{result_path}"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue