Skip to content

Commit

Permalink
Brunch-ignore custom stylesheet overrides because they're imported al…
Browse files Browse the repository at this point in the history
…ready by app.less; otherwise they get packaged twice into app.css.
  • Loading branch information
tdumitrescu committed Nov 30, 2013
1 parent 04ae290 commit 19810b8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/styles/app.less
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
@import "/bower_components/bootstrap-less-themes/themes/sapling/variables.less";

// Your custom theme
@import "_variables.less";
@import "overrides/_variables.less";

// Core variables and mixins
@import "/bower_components/bootstrap-less/less/mixins.less";
Expand Down Expand Up @@ -100,4 +100,4 @@
@import "/bower_components/bootstrap-less-themes/themes/sapling/overrides.less";

// Your custom theme
@import "_overrides.less";
@import "overrides/_overrides.less";
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion config.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ exports.config =
# See docs at http://brunch.readthedocs.org/en/latest/config.html.
conventions:
assets: /^app\/assets\//
ignored: /^bower_components\/bootstrap-less(-themes)?/
ignored: /^(bower_components\/bootstrap-less(-themes)?|app\/styles\/overrides)/
modules:
definition: false
wrapper: false
Expand Down

0 comments on commit 19810b8

Please sign in to comment.