Created
June 14, 2017 00:33
-
-
Save RohanM/3ce30f8c5ece742e5fe8177de52446b2 to your computer and use it in GitHub Desktop.
Fix spree upgrade asset precompile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- a/app/assets/javascripts/store/all.js | |
+++ b/app/assets/javascripts/store/all.js | |
@@ -6,8 +6,7 @@ | |
// | |
//= require 'jquery' | |
-//= require store/spree_core | |
+//= require store/spree_frontend | |
//= require store/spree_auth | |
-//= require store/spree_promo | |
//= require_tree . |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- a/app/assets/stylesheets/store/all.css | |
+++ b/app/assets/stylesheets/store/all.css | |
@@ -4,9 +4,8 @@ | |
* the top of the compiled file, but it's generally better to create a new file per style scope. | |
* | |
- *= require store/spree_core | |
+ *= require store/spree_frontend | |
*= require store/spree_auth | |
- *= require store/spree_promo | |
*= require_self | |
*= require_tree . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment