Specify exact dependencies

main 0.1.0
Jan Dittberner 11 months ago
parent 2887f6d378
commit 90cca97ce3

@ -36,8 +36,10 @@ function jsMinify() {
function publishAssets() {
return src([
'node_modules/bootstrap/dist/js/bootstrap.bundle.*',
'node_modules/bootstrap/dist/js/bootstrap.bundle.min.js',
'node_modules/bootstrap/dist/js/bootstrap.bundle.min.js.map',
'node_modules/node-forge/dist/forge.min.js',
'node_modules/node-forge/dist/forge.min.js.map',
]).pipe(dest('public/js'));
}

Loading…
Cancel
Save