-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2323 from alphagov/restructure-asset-directories
Restructure asset directories
- Loading branch information
Showing
11 changed files
with
6 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
//= require govuk_publishing_components/dependencies | ||
//= require govuk_publishing_components/all_components | ||
//= require password-strength-indicator | ||
//= require_tree ./modules | ||
//= require rails-ujs |
File renamed without changes.
File renamed without changes.
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,3 @@ | ||
//= require chosen.jquery | ||
//= require_directory ./modules | ||
//= require_directory ./legacy/modules | ||
//= require zeroclipboard |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,7 +1,7 @@ | ||
@import "govuk_admin_template"; | ||
@import "chosen"; | ||
|
||
@import "bootstrap_chosen"; | ||
@import "filters"; | ||
@import "admin"; | ||
@import "thin_form"; | ||
@import "legacy/bootstrap_chosen"; | ||
@import "legacy/filters"; | ||
@import "legacy/admin"; | ||
@import "legacy/thin_form"; |