mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
Merge branch 'bootstrap5' into 110_extend_thirdparty
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
require('./thirdparty.scss');
|
||||
|
@@ -1,3 +0,0 @@
|
||||
// sass/css
|
||||
require('./sass/thirdparty.scss');
|
||||
|
@@ -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');
|
||||
};
|
||||
|
Reference in New Issue
Block a user