-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Option to remove the javascript-bundle from the page
Fixes bootprint/bootprint-openapi#86 This can be achieved by overriding the partial `base/javascript-libs` with an empty file.
- Loading branch information
Showing
2 changed files
with
8 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{{! | ||
This partial is rendered below the `footer`-partial of the page. It includes the | ||
javascript-bundle generated by `customize-engine-uglify`. If you don't want to | ||
include the javascript-bundle, because you do not require the bootstrap-javascript, | ||
you can override this partial with an empty one. | ||
}} | ||
<script src="bundle.js" type="application/javascript"></script> |
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