|
|
@@ -79,7 +79,7 @@ const common = {
|
|
|
'node_modules/marked/marked.min.js',
|
|
|
'node_modules/@highlightjs/cdn-assets/highlight.min.js',
|
|
|
'node_modules/@isomorphic-git/lightning-fs/dist/lightning-fs.min.js',
|
|
|
- 'packages/ui/dist/ui/ui.js',
|
|
|
+ 'packages/ui/dist/ui.js',
|
|
|
'node_modules/@sqlite.org/sqlite-wasm/sqlite-wasm/jswasm/sqlite3.wasm',
|
|
|
'node_modules/react/umd/react.production.min.js',
|
|
|
'node_modules/react/umd/react.development.js',
|
|
|
@@ -129,7 +129,7 @@ const common = {
|
|
|
'node_modules/prop-types/prop-types.min.js',
|
|
|
'node_modules/interactjs/dist/interact.min.js',
|
|
|
'node_modules/photoswipe/dist/umd/*.js',
|
|
|
- 'packages/ui/dist/ui/ui.js',
|
|
|
+ 'packages/ui/dist/ui.js',
|
|
|
'node_modules/@sqlite.org/sqlite-wasm/sqlite-wasm/jswasm/sqlite3.wasm',
|
|
|
]).pipe(gulp.dest(path.join(outputPath, 'mobile', 'js'))),
|
|
|
() => gulp.src([
|