Skip to content

Commit

Permalink
Load spree backend / frontend assets
Browse files Browse the repository at this point in the history
The dummy app only includes the extension manifest file so we need to
load the spree core assets to run features specs properly
  • Loading branch information
huoxito authored and schof committed May 19, 2013
1 parent 23dcbd2 commit 6918dff
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/javascripts/admin/spree_i18n.js
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
//= require admin/spree_backend
//= require_tree .
1 change: 1 addition & 0 deletions app/assets/javascripts/store/spree_i18n.js
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
//= require store/spree_frontend
//= require_tree .
8 changes: 8 additions & 0 deletions app/assets/stylesheets/admin/spree_i18n.css
Original file line number Diff line number Diff line change
@@ -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 .
*/
8 changes: 8 additions & 0 deletions app/assets/stylesheets/store/spree_i18n.css
Original file line number Diff line number Diff line change
@@ -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 .
*/

0 comments on commit 6918dff

Please sign in to comment.