mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
load assets using a configure function
This commit is contained in:
parent
277b470fca
commit
278e0de24d
@ -48,3 +48,8 @@ Version 1.5.7
|
|||||||
- add a link between accompanying person and user
|
- add a link between accompanying person and user
|
||||||
- add an icon when the file is opened / closed in result list, and in person rendering macro
|
- add an icon when the file is opened / closed in result list, and in person rendering macro
|
||||||
- improve command to move person and all data: allow to delete some entities during move and add events
|
- improve command to move person and all data: allow to delete some entities during move and add events
|
||||||
|
|
||||||
|
CRUD-init branch
|
||||||
|
================
|
||||||
|
|
||||||
|
- configure asset using a function
|
||||||
|
1
Resources/public/index.js
Normal file
1
Resources/public/index.js
Normal file
@ -0,0 +1 @@
|
|||||||
|
require('./sass/person.scss');
|
@ -1,4 +1,4 @@
|
|||||||
// this file loads all assets from the Chill person bundle
|
// this file loads all assets from the Chill person bundle
|
||||||
|
module.exports = function(encore, entries) {
|
||||||
require('./Resources/public/css/person.css');
|
entries.push(__dirname + '/Resources/public/index.js');
|
||||||
//require('./Resources/public/sass/person.scss');
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user