mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
We use now the standard way to load assets. See [CHANGELOG.md](CHANGELOG.md) for details.
4 lines
165 B
JavaScript
4 lines
165 B
JavaScript
// this file loads all assets from the Chill Event Bundle
|
|
module.exports = function(encore, entries) {
|
|
entries.push(__dirname + '/Resources/public/index.js');
|
|
}; |