Skip to content

Commit

Permalink
removed assets related to spree store: dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
luisramos0 committed Aug 11, 2018
1 parent 9dcbd90 commit 703b7e9
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_split2.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 703b7e9

Please sign in to comment.