mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-05-01 18:29:31 +00:00
load assets using a configure function
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
// this file loads all assets from the Chill person bundle
|
||||
|
||||
require('./Resources/public/css/person.css');
|
||||
require('./Resources/public/sass/index.js');
|
||||
//require('./Resources/public/sass/person.scss');
|
||||
module.exports = function(encore, entries) {
|
||||
entries.push(__dirname + '/Resources/public/index.js');
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user