mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
7 lines
358 B
JavaScript
7 lines
358 B
JavaScript
// this file loads all assets from the Chill person bundle
|
|
module.exports = function(encore, entries)
|
|
{
|
|
encore.addEntry('page_wopi_editor', __dirname + '/src/Resources/public/page/editor/index.js');
|
|
//home/julien/dev/département-vendee/chill/vendor/chill-project/chill-bundles/src/Bundle/ChillWopiBundle/src/Resources/public/page/editor/index.js
|
|
};
|