-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unpin Sprockets gem and upgrade to version 4.
We had this pinned to version 3.7.2 because of a segmentation fault that occurred when upgrading to 4.0+ After investigation it seems that Sprockets now uses the manifest.js file to compile assets instead of the assets.rb file. See: sass/sassc-rails#122 and https://github.com/rails/sprockets/blob/master/UPGRADING.md#manifestjs This commit upgrades Sprockets and now uses the manifest.js file to precompile assets which ensures the segmentation fault no longer occurs.
- Loading branch information
Showing
4 changed files
with
8 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
//= link_tree ../images | ||
//= link_directory ../stylesheets .css | ||
//= link_directory ../javascripts .js | ||
//= link accessible-autocomplete.min.css | ||
//= link html5shiv.js | ||
//= link govuk-logotype-crown.png | ||
//= link accessible-autocomplete.min.css |
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