spelling fix in comment

This commit is contained in:
Dmytrii Nagirniak 2011-09-04 18:19:17 +10:00
parent 1c72a80067
commit 85b27d3747

View File

@ -16,7 +16,7 @@ module Guard
# TODO: Now another hack: Rails replaces Rails.application.assets with Rails.applciation.assets.index
# (this happens when config.action_controller.perform_caching is true)
# It caches all the assets, so that the Rakse task can't be reused
# It caches all the assets, so that the Rake task can't be run multiple times
require 'sprockets/environment'
Sprockets::Environment.class_eval do
def index; self; end # instead of Index.new(self)