Skip to content

Commit

Permalink
Trying to fix sass precompile problem.
Browse files Browse the repository at this point in the history
modified:   app/assets/stylesheets/application.css.scss
renamed:    vendor/assets/stylesheets/hint.css/_hint.scss -> vendor/assets/stylesheets/hint.css/_hint.css.scss
  • Loading branch information
Mark Cottman-Fields committed Feb 11, 2013
1 parent c256afc commit 5de9b90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/assets/stylesheets/application.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,18 @@
*
*= require_self
* require jquery.ui.all # disabled because slow
*= require_tree ../../../vendor/assets/javascripts/.
*= require_tree ../../../vendor/assets/stylesheets/.
*= require_tree ../images/.
*= require vendor
* require_tree .
* require_tree bootstrap
* depend_on "_base"
*/

@import "hint.css\_hint.scss";
@import "hint.css\hint";
@import "base";
@import "layout";
@import "_dynamic.css.scss.erb";


@import "partials/*";

0 comments on commit 5de9b90

Please sign in to comment.