Skip to content

Commit

Permalink
fix: removed items from build
Browse files Browse the repository at this point in the history
  • Loading branch information
egordidenko committed Jul 29, 2024
1 parent ea59a82 commit bd86156
Showing 1 changed file with 0 additions and 67 deletions.
67 changes: 0 additions & 67 deletions build-items.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,71 +82,4 @@ export const buildItems = [
minify: true,
minifyHtml: true,
},

// @TODO eadidenko, Delete after a few releases
// Legacy
{
in: './blocks/themes/uc-basic/index.css',
out: './web/lr-basic.min.css',
minify: true,
},
// uc-cloud-image-editor
{
in: './solutions/cloud-image-editor/index.js',
out: './web/lr-cloud-image-editor.min.js',
minify: true,
minifyHtml: true,
},
{
in: './solutions/cloud-image-editor/index.css',
out: './web/lr-cloud-image-editor.min.css',
minify: true,
},

// file-uploader-regular
{
in: './solutions/file-uploader/regular/index.js',
out: './web/lr-file-uploader-regular.min.js',
minify: true,
minifyHtml: true,
},
{
in: './solutions/file-uploader/regular/index.css',
out: './web/lr-file-uploader-regular.min.css',
minify: true,
},

// file-uploader-inline
{
in: './solutions/file-uploader/inline/index.js',
out: './web/lr-file-uploader-inline.min.js',
minify: true,
minifyHtml: true,
},
{
in: './solutions/file-uploader/inline/index.css',
out: './web/lr-file-uploader-inline.min.css',
minify: true,
},

// file-uploader-minimal
{
in: './solutions/file-uploader/minimal/index.js',
out: './web/lr-file-uploader-minimal.min.js',
minify: true,
minifyHtml: true,
},
{
in: './solutions/file-uploader/minimal/index.css',
out: './web/lr-file-uploader-minimal.min.css',
minify: true,
},

// uc-img
{
in: './solutions/adaptive-image/index.js',
out: './web/lr-img.min.js',
minify: true,
minifyHtml: true,
},
];

0 comments on commit bd86156

Please sign in to comment.