forked from h5bp/html5-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build script: manifest improvements (and others).. details:
manifest: * use a manifest template from build/config/cache.appcache each time * the only css we are dropping in is the style.css (SHA'd), no more * we include all js/mylibs/bypass files and all js/libs/*.min.js files * change default name of manifest to `cache.appcache` but im gonna change it to `manifest.appcache` next commit ;) * state of repo temporarily includes a manifest but that will revert soon other: * rename libs-concat.js to mylibs-concat.js for logic's sake * add @defer attribute to concated script
- Loading branch information
Showing
6 changed files
with
39 additions
and
53 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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
CACHE MANIFEST | ||
|
||
# version xxxxxxxxx | ||
|
||
CACHE: | ||
# html files | ||
index.html | ||
|
||
# css files | ||
|
||
|
||
|
||
# js files | ||
|
||
|
||
|
||
FALLBACK: | ||
|
||
NETWORK: | ||
* |
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 was deleted.
Oops, something went wrong.