vaderjs 1.3.3-7722242 → 1.3.3-7722242-hotfix
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/vader.js +1 -1
package/package.json
CHANGED
package/vader.js
CHANGED
|
@@ -1231,7 +1231,7 @@ async function Build() {
|
|
|
1231
1231
|
await writer(process.cwd() + "/dist/src/" + name, data);
|
|
1232
1232
|
})
|
|
1233
1233
|
|
|
1234
|
-
const scannedPublicFiles = await glob("
|
|
1234
|
+
const scannedPublicFiles = await glob("**/**/**.{css,js,html,mjs,cjs,png,jpg,jpeg,gif,svg,mp4,webm,ogg}", {
|
|
1235
1235
|
ignore: ["node_modules/**/*", "dist/**/*"],
|
|
1236
1236
|
cwd: process.cwd() + '/public/',
|
|
1237
1237
|
absolute: true,
|