diff --git a/app/scripts/collectioneditor/collectioneditor-config.js b/app/scripts/collectioneditor/collectioneditor-config.js index d5de7ba4..049121ea 100644 --- a/app/scripts/collectioneditor/collectioneditor-config.js +++ b/app/scripts/collectioneditor/collectioneditor-config.js @@ -3,7 +3,8 @@ org.ekstep.contenteditor.config = _.assign(org.ekstep.contenteditor.config, { { 'id': 'org.ekstep.collectionheader', 'ver': '1.0', 'type': 'plugin' }, { 'id': 'org.ekstep.lessonbrowser', 'ver': '1.2', 'type': 'plugin' }, { 'id': 'org.ekstep.download', 'ver': '1.0', 'type': 'plugin' }, - { 'id': 'org.ekstep.collectionwhatsnew', 'ver': '1.0', 'type': 'plugin' } + { 'id': 'org.ekstep.collectionwhatsnew', 'ver': '1.0', 'type': 'plugin' }, + { 'id': 'org.ekstep.assetbrowser', 'ver': '1.3', 'type': 'plugin' } ] }) diff --git a/webpack.collection.config.js b/webpack.collection.config.js index 958d1e11..5401a038 100644 --- a/webpack.collection.config.js +++ b/webpack.collection.config.js @@ -12,7 +12,6 @@ const UglifyJsPlugin = require('uglifyjs-webpack-plugin'); var corePlugins = [ "org.ekstep.conceptselector-1.1", - "org.ekstep.assetbrowser-1.3", "org.ekstep.contenteditorfunctions-1.2", "org.ekstep.unitmeta-1.7", "org.ekstep.contentmeta-1.5", @@ -143,7 +142,6 @@ module.exports = { 'jquery': path.resolve('./node_modules/jquery/dist/jquery.js'), 'angular': path.resolve('./app/bower_components/angular/angular.js'), 'iziToast': path.resolve('./app/bower_components/izitoast/dist/js/iziToast.min.js'), - 'video.js': path.resolve('./plugins/org.ekstep.video-1.5/editor/libs/video.js'), 'global/document': path.resolve('./node_modules/global/window.js'), 'global/window': path.resolve('./node_modules/global/window.js') }