fix minify js, re-enable build init, parse data before config.rb, everything else after

This commit is contained in:
Thomas Reynolds 2011-11-19 14:49:08 -08:00
parent 61052de807
commit 8c4471fc40
9 changed files with 31 additions and 25 deletions

View file

@ -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