Specify exact dependencies
This commit is contained in:
parent
2887f6d378
commit
90cca97ce3
1 changed files with 3 additions and 1 deletions
|
@ -36,8 +36,10 @@ function jsMinify() {
|
||||||
|
|
||||||
function publishAssets() {
|
function publishAssets() {
|
||||||
return src([
|
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',
|
||||||
|
'node_modules/node-forge/dist/forge.min.js.map',
|
||||||
]).pipe(dest('public/js'));
|
]).pipe(dest('public/js'));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue