Skip to content

Commit

Permalink
Move assets to spree/spree#4050 friendly position
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Jan 7, 2014
1 parent e4b5aba commit aed0c6c
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 10 deletions.
2 changes: 0 additions & 2 deletions app/assets/javascripts/admin/spree_product_assembly.js

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
//= require_tree .
1 change: 0 additions & 1 deletion app/assets/javascripts/store/spree_product_assembly.js

This file was deleted.

3 changes: 0 additions & 3 deletions app/assets/stylesheets/admin/spree_product_assembly.css

This file was deleted.

3 changes: 0 additions & 3 deletions app/assets/stylesheets/store/spree_product_assembly.css

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def add_migrations
end

def add_javascripts
append_file "app/assets/javascripts/admin/all.js", "//= require admin/spree_product_assembly\n"
append_file "vendor/assets/javascripts/spree/backend/all.js", "//= require spree/backend/product_assembly\n"
end

def run_migrations
Expand Down

0 comments on commit aed0c6c

Please sign in to comment.