reorganize assets in others bundles

This commit is contained in:
2021-07-23 17:04:33 +02:00
parent b0ef9b6612
commit a6266c5317
31 changed files with 55 additions and 53 deletions

View File

@@ -0,0 +1 @@
require('./chillevent.scss');

View File

@@ -1 +0,0 @@
require('./css/chillevent.css');

View File

@@ -1,4 +1,4 @@
// this file loads all assets from the Chill Event Bundle
module.exports = function(encore, entries) {
entries.push(__dirname + '/Resources/public/index.js');
};
module.exports = function(encore, entries)
{
entries.push(__dirname + '/Resources/public/chill/index.js');
};