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,2 @@
require('./thirdparty.scss');

View File

@@ -1,3 +0,0 @@
// sass/css
require('./sass/thirdparty.scss');

View File

@@ -1,3 +1,4 @@
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');
};