Skip to content

Commit

Permalink
next try
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Wagner committed Apr 19, 2012
1 parent 5cb5c4f commit 37b2cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/spree/core/engine.rb
Expand Up @@ -71,7 +71,7 @@ def self.activate

# sets the manifests / assets to be precompiled
initializer "spree.assets.precompile" do |app|
app.config.assets.precompile += ['store/all.*', 'admin/all.*', 'admin/orders/edit_form.js', 'admin/address_states.js', 'jqPlot/excanvas.min.js', 'admin/images/new.js', 'jquery.jstree/themes/apple/*', 'jquery.js', 'jquery_ujs.js']
app.config.assets.precompile += ['store/all.*', 'admin/all.*', 'admin/orders/edit_form.js', 'admin/address_states.js', 'jqPlot/excanvas.min.js', 'admin/images/new.js', 'jquery.jstree/themes/apple/*', 'vendor/assets/javascripts/jquery.js', 'vendor/assets/javascripts/jquery_ujs.js']
end

initializer "spree.mail.settings" do |app|
Expand Down

0 comments on commit 37b2cab

Please sign in to comment.