Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skeleton-es2016/build/tasks/export-release.js
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ gulp.task('clean-export', function() {
function getBundles() {
var bl = [];
for (var b in bundles.bundles) {
bl.push(b + '.js');
bl.push(b + '*.js');
}
return bl;
}

0 comments on commit 84fa23b

Please sign in to comment.