This repository has been archived by the owner on Jun 1, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update function getBundles() in export-release.js
This fixes issue #409, where bundled javascript files with `rev: true` set on the bundle are not copied to the export directory. This solution adds a single wildcard character into the glob that ensures files with a thumbprint ID in their name are included in the export-copy task. e.g. currently this file is copied correctly: aurelia.js ...but this file is not copied: aurelia-c440bb4410.js This PR adds a wildcard char to the glob that ensures both filenames would be copied to the export correctly.
- Loading branch information