mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +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 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
|
||||
|
||||
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
|
||||
|
||||
require('./Resources/public/css/person.css');
|
||||
//require('./Resources/public/sass/person.scss');
|
||||
module.exports = function(encore, entries) {
|
||||
entries.push(__dirname + '/Resources/public/index.js');
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user