-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- feat: add support for `webpack-subresource-integrity` plugin to include the subresource integrity hash - feat: add the `integrity` option to enable/disable the support for `webpack-subresource-integrity` plugin - test: add tests for integrity - dosc: update readme
- Loading branch information
Showing
75 changed files
with
7,475 additions
and
74 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
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,19 +1,19 @@ | ||
{{assign title='Homepage' header='Home'}} | ||
|
||
<!-- define the block with page-specific scripts --> | ||
{{! define the block with page-specific scripts }} | ||
{{#partial 'scripts'}} | ||
<script src="./home.js" defer="defer"></script> | ||
{{/partial}} | ||
|
||
<!-- define the block with page-specific styles --> | ||
{{! define the block with page-specific styles }} | ||
{{#partial 'styles'}} | ||
<link href="./home.scss" rel="stylesheet"> | ||
{{/partial}} | ||
|
||
<!-- define the block content: include the `home/content.hbs` partial --> | ||
{{! define the block content: include the `home/content.hbs` partial }} | ||
{{#partial 'content'}} | ||
{{> home/content}} | ||
{{/partial}} | ||
|
||
<!-- extends the layout template with blocks defined above --> | ||
{{! extends the layout template with blocks defined above }} | ||
{{> layout}} |
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
Oops, something went wrong.