Skip to content

Commit

Permalink
No need to add spree_i18n.css file
Browse files Browse the repository at this point in the history
This extension doens't have any custom css for frontend

Fixes #395
  • Loading branch information
huoxito committed Apr 21, 2014
1 parent dbab8bd commit 5f2e7a8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/generators/spree_i18n/install/install_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ def add_javascripts
append_file "vendor/assets/javascripts/spree/frontend/all.js", "//= require spree/frontend/spree_i18n\n"
end

def add_stylesheets
inject_into_file "vendor/assets/stylesheets/spree/frontend/all.css", " *= require spree/frontend/spree_i18n\n",
:before => /\*\//, :verbose => true
end

def add_migrations
run 'bundle exec rake railties:install:migrations FROM=spree_i18n'
end
Expand Down

0 comments on commit 5f2e7a8

Please sign in to comment.