-
Notifications
You must be signed in to change notification settings - Fork 42
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 #9 from thegeeklab/cache-busting
Cache busting
- Loading branch information
Showing
15 changed files
with
215 additions
and
127 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 |
---|---|---|
|
@@ -11,4 +11,6 @@ node* | |
local* | ||
dist | ||
src | ||
tmp | ||
build | ||
renovate* | ||
resources |
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,14 +1,5 @@ | ||
- ENHANCEMENT | ||
- add node `gulp` script to package.json | ||
- remove `title` and set empty `alt` tag on branding image | ||
- add minimal working css for printing | ||
- split out mobile css | ||
- load static css/js assets from data template: | ||
This way users can hash static assets and overwrite the data template | ||
to deliver the hashed assets. Thats helpful if you have to deal with | ||
long cache settings but wont to ensure your updated assets are delivered | ||
to clients. | ||
- BUGFIX | ||
- use relative URL's for fonts | ||
- INTERNAL | ||
- publish Lighthouse CI overwiew to PR's | ||
Build-in assets are now hashed by default. The static assets are located | ||
in the `assets` directory. The theme will read and use the hashed files | ||
from `data/assets.json`. Exception: `custom.css` will be used unhashed. |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"custom.css": "custom.css" | ||
} |
This file was deleted.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.