-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The `sass` ruby gem is deprecated and `libsassc` (gem name: `sassc`) is a much-faster, drop-in replacement. Unfortunately `middleman-sprockets` isn't always happy with the new gem[1] so include the old one as well in the bundle. As per the code changes, point towards a standard and IE-specific manifests, which in turn include the GOV.UK Frontend assets with the correct ie-specific variables set in the latter case. (re)compile-time greatly reduced. [1]: middleman/middleman-sprockets#132
- Loading branch information
Showing
7 changed files
with
14 additions
and
8 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
$is-ie: true; | ||
$ie-version: 8; | ||
|
||
//= require screen | ||
//= link_tree "../../node_modules/govuk-frontend/govuk/assets" |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
//= require screen | ||
//= link_tree "../../node_modules/govuk-frontend/govuk/assets" |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.