Polish "Update documentation to reference webjars-locator-core"
Closes gh-12135
This commit is contained in:
parent
4da4a4d385
commit
6f59dd6b17
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright 2012-2017 the original author or authors.
|
||||
* Copyright 2012-2018 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
|||
|
|
@ -1994,7 +1994,8 @@ Then declare your Webjar. Using jQuery as an example, adding
|
|||
`"/webjars/jquery/x.y.z/dist/jquery.min.js"`. where `x.y.z` is the Webjar version.
|
||||
|
||||
NOTE: If you use JBoss, you need to declare the `webjars-locator-jboss-vfs`
|
||||
dependency instead of the `webjars-locator-core`. Otherwise, all Webjars resolve as a `404`.
|
||||
dependency instead of the `webjars-locator-core`. Otherwise, all Webjars resolve as a
|
||||
`404`.
|
||||
|
||||
To use cache busting, the following configuration configures a cache busting solution for
|
||||
all static resources, effectively adding a content hash, such as
|
||||
|
|
|
|||
Loading…
Reference in New Issue