1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/sprockets
José Valim eb367afeed rake assets:precompile loads the application but does not initialize it.
To the app developer, this means configuration add in
config/initializers/* will not be executed.

Plugins developers need to special case their initializers that are
meant to be run in the assets group by adding :group => :assets.

Conflicts:

	railties/CHANGELOG
	railties/test/application/assets_test.rb
2011-09-24 03:17:23 +02:00
..
helpers Remove Sprockets compute_public_path, AV compute_public_path can be used directly 2011-09-23 14:00:53 -05:00
assets.rake rake assets:precompile loads the application but does not initialize it. 2011-09-24 03:17:23 +02:00
bootstrap.rb rake assets:precompile loads the application but does not initialize it. 2011-09-24 03:17:23 +02:00
compressors.rb Document the Sprockets compressors 2011-08-30 11:06:53 +02:00
helpers.rb Make sure that Sprockets::Helpers::RailsHelper can be found 2011-05-23 17:27:57 -07:00
railtie.rb rake assets:precompile loads the application but does not initialize it. 2011-09-24 03:17:23 +02:00
static_compiler.rb Move precompile task to Sprockets::StaticCompiler 2011-09-20 22:01:09 -05:00