Skip to content
This repository has been archived by the owner on Jun 10, 2018. It is now read-only.

Commit

Permalink
Sort autoloads
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed May 18, 2011
1 parent da81c91 commit dbd00e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sprockets.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ module Sprockets
autoload :AssetPathname, "sprockets/asset_pathname"
autoload :BundledAsset, "sprockets/bundled_asset"
autoload :CharsetNormalizer, "sprockets/charset_normalizer"
autoload :CircularDependencyError, "sprockets/errors"
autoload :CoffeeScriptTemplate, "sprockets/coffee_script_template"
autoload :Compressor, "sprockets/compressor"
autoload :ContentTypeMismatch, "sprockets/errors"
autoload :CircularDependencyError, "sprockets/errors"
autoload :Context, "sprockets/context"
autoload :DirectiveProcessor, "sprockets/directive_processor"
autoload :EjsTemplate, "sprockets/ejs_template"
Expand Down

0 comments on commit dbd00e9

Please sign in to comment.