Skip to content
Snippets Groups Projects
Commit f166ee25 authored by Calen Pennington's avatar Calen Pennington
Browse files

Convert the Studio Library view to webpack

parent d08e199f
No related merge requests found
define(
['js/factories/library', 'common/js/utils/page_factory', 'js/factories/base'],
function(LibraryFactory, invokePageFactory) {
'use strict';
invokePageFactory('LibraryFactory', LibraryFactory);
}
);
......@@ -37,7 +37,7 @@ from openedx.core.djangolib.markup import HTML, Text
showChildrenPreviews: ${context_library.show_children_previews | n, dump_js_escaped_json}
}
);
});
</%static:webpack>
</%block>
<%block name="content">
......
......@@ -33,6 +33,7 @@ module.exports = {
'js/pages/login': './cms/static/js/pages/login.js',
'js/pages/textbooks': './cms/static/js/pages/textbooks.js',
'js/pages/container': './cms/static/js/pages/container.js',
'js/pages/library': './cms/static/js/pages/library.js',
'js/sock': './cms/static/js/sock.js',
// LMS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment