diff --git a/app/assets/javascripts/admin/spree_i18n.js b/app/assets/javascripts/admin/spree_i18n.js index 2c03f2d7..3a58815d 100644 --- a/app/assets/javascripts/admin/spree_i18n.js +++ b/app/assets/javascripts/admin/spree_i18n.js @@ -1 +1,2 @@ +//= require admin/spree_backend //= require_tree . diff --git a/app/assets/javascripts/store/spree_i18n.js b/app/assets/javascripts/store/spree_i18n.js index 2c03f2d7..6bed8ffe 100644 --- a/app/assets/javascripts/store/spree_i18n.js +++ b/app/assets/javascripts/store/spree_i18n.js @@ -1 +1,2 @@ +//= require store/spree_frontend //= require_tree . diff --git a/app/assets/stylesheets/admin/spree_i18n.css b/app/assets/stylesheets/admin/spree_i18n.css index e69de29b..5f455345 100644 --- a/app/assets/stylesheets/admin/spree_i18n.css +++ b/app/assets/stylesheets/admin/spree_i18n.css @@ -0,0 +1,8 @@ +/* + * This is a manifest file that'll automatically include all the stylesheets available in this directory + * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at + * the top of the compiled file, but it's generally better to create a new file per style scope. + * + *= require admin/spree_backend + *= require_tree . +*/ diff --git a/app/assets/stylesheets/store/spree_i18n.css b/app/assets/stylesheets/store/spree_i18n.css index e69de29b..895bb181 100644 --- a/app/assets/stylesheets/store/spree_i18n.css +++ b/app/assets/stylesheets/store/spree_i18n.css @@ -0,0 +1,8 @@ +/* + * This is a manifest file that'll automatically include all the stylesheets available in this directory + * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at + * the top of the compiled file, but it's generally better to create a new file per style scope. + * + *= require store/spree_frontend + *= require_tree . +*/