-
-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(grunt): add custom theme URL support
BREAKING CHANGE: Now you need to set `amsf_theme_url` in `_amsf.yml` before upgrading to the latest version of Almace Scaffolding: ```yaml amsf_theme_url: https://github.com/amsf/amsf-curtana (or your own if you've already using a custom theme from me) ``` Then you can simply run `grunt update` to process the update. This could be more complex for end users but it also allows users to use custom theme hosted wherever they want.
- Loading branch information
Showing
2 changed files
with
8 additions
and
2 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 |
---|---|---|
|
@@ -7,3 +7,4 @@ version: 1.0.1 | |
|
||
# Current theme | ||
amsf_theme: curtana | ||
amsf_theme_url: https://github.com/amsf/amsf-curtana |