Currently the resources handler (the default handler for the serve task) serves resources from the classpath.
If these resources exist in the filesystem in a directory that is in Boot's :resource-paths, e.g. something like html/index.html and have changed in the fileset as a result of some operation, the changed version should be served, but is not.
Currently the resources handler (the default handler for the
servetask) serves resources from the classpath.If these resources exist in the filesystem in a directory that is in Boot's
:resource-paths, e.g. something likehtml/index.htmland have changed in the fileset as a result of some operation, the changed version should be served, but is not.