Update build/concat.js

Co-authored-by: Chauncey McAskill <chauncey@locomotive.ca>
This commit is contained in:
Quentin Hocdé
2021-03-05 09:26:25 -05:00
committed by GitHub
parent 6a6f2cfa21
commit f39a5f0a75

View File

@@ -24,4 +24,4 @@ export function concatVendors() {
concat(jsFiles, paths.scripts.dest + paths.scripts.vendors.main + '.js').then(() => {
message('Vendors concatenated', 'success', 'Concat in');
})
}
}