1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

Update build/concat.js

Co-authored-by: Chauncey McAskill <chauncey@locomotive.ca>
This commit is contained in:
Quentin Hocdé
2021-03-05 09:26:10 -05:00
committed by GitHub
parent 5ab2d41525
commit 0e8134629a

View File

@@ -18,8 +18,6 @@ export function concatVendors() {
jsFiles = jsFiles.map((file) => {
return `${paths.scripts.vendors.src + file}`;
});
// add files in node_modules example:
// jsFiles.push('node_modules/gsap/dist/gsap.min.js');