Skip to content

Commit

Permalink
Merge pull request #2540 from luisramos0/delete_dead_store
Browse files Browse the repository at this point in the history
removed assets related to spree store: dead code
  • Loading branch information
sauloperez authored Sep 17, 2018
2 parents ce7be68 + 14d526e commit 0520f21
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 26 deletions.
12 changes: 0 additions & 12 deletions app/assets/javascripts/store/all.js

This file was deleted.

12 changes: 0 additions & 12 deletions app/assets/stylesheets/store/all.css

This file was deleted.

3 changes: 1 addition & 2 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,10 @@ class Application < Rails::Application
# Instead, they must be explicitly included below
# http://stackoverflow.com/questions/8012434/what-is-the-purpose-of-config-assets-precompile
config.assets.initialize_on_precompile = true
config.assets.precompile += ['store/all.css', 'store/all.js', 'store/shop_front.js', 'iehack.js']
config.assets.precompile += ['iehack.js']
config.assets.precompile += ['admin/all.css', 'admin/*.js', 'admin/**/*.js']
config.assets.precompile += ['darkswarm/all.css', 'darkswarm/all.js']
config.assets.precompile += ['mail/all.css']
config.assets.precompile += ['search/all.css', 'search/*.js']
config.assets.precompile += ['shared/*']
config.assets.precompile += ['qz/*']

Expand Down

0 comments on commit 0520f21

Please sign in to comment.