turbo-sprockets-rails3 0.1.9 → 0.1.10
Sign up to get free protection for your applications and to get access to all the features.
@@ -27,6 +27,9 @@ module Sprockets
|
|
27
27
|
start_time = Time.now.to_f
|
28
28
|
|
29
29
|
env.each_logical_path do |logical_path|
|
30
|
+
if File.basename(logical_path)[/[^\.]+/, 0] == 'index'
|
31
|
+
logical_path.sub!(/\/index\./, '.')
|
32
|
+
end
|
30
33
|
next unless compile_path?(logical_path)
|
31
34
|
|
32
35
|
digest_path = @digest_files[logical_path]
|