mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 02:23:51 +00:00
reorganize assets in others bundles
This commit is contained in:
@@ -0,0 +1 @@
|
||||
require('./chillevent.scss');
|
@@ -1 +0,0 @@
|
||||
require('./css/chillevent.css');
|
@@ -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');
|
||||
};
|
||||
|
Reference in New Issue
Block a user