mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-17 04:00:37 +03:00
make sure iife.min is copied to docs dist
This commit is contained in:
parent
aae68fce7d
commit
8d3506c362
|
@ -63,7 +63,7 @@ const copyJsToDocs = new Copy(gulp, preset, {
|
|||
task: {name: 'dist:js->docs'},
|
||||
source: {
|
||||
options: {cwd: 'dist'},
|
||||
glob: ['*.iife.js']
|
||||
glob: ['*.iife*.js']
|
||||
},
|
||||
dest: 'docs/dist/'
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue
Block a user