Skip to content

Commit

Permalink
Removed css and js from install manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Willianvdv committed Dec 17, 2013
1 parent 0c2df4c commit 2be9b8e
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,9 @@ class InstallGenerator < Rails::Generators::Base
class_option :auto_run_migrations, :type => :boolean, :default => false

def add_javascripts
append_file 'app/assets/javascripts/store/all.js', "//= require store/spree_private_properties\n"
append_file 'app/assets/javascripts/admin/all.js', "//= require admin/spree_private_properties\n"
end

def add_stylesheets
inject_into_file 'app/assets/stylesheets/store/all.css', " *= require store/spree_private_properties\n", :before => /\*\//, :verbose => true
inject_into_file 'app/assets/stylesheets/admin/all.css', " *= require admin/spree_private_properties\n", :before => /\*\//, :verbose => true
end

def add_migrations
Expand Down

0 comments on commit 2be9b8e

Please sign in to comment.