mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
7 lines
211 B
JavaScript
7 lines
211 B
JavaScript
module.exports = function(encore, entries)
|
|
{
|
|
entries.push(__dirname + '/Resources/public/chill/index.js');
|
|
|
|
encore.addEntry('page_task_list', __dirname + '/Resources/public/page/tile_list/index.js');
|
|
};
|