mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
update the way the bundle load assets
We use now the standard way to load assets. See [CHANGELOG.md](CHANGELOG.md) for details.
This commit is contained in:
parent
2422fb2ead
commit
9ccb5292ee
10
CHANGELOG.md
Normal file
10
CHANGELOG.md
Normal file
@ -0,0 +1,10 @@
|
||||
|
||||
Branch sf3
|
||||
==========
|
||||
|
||||
- fix the way the bundle compile assets ;
|
||||
|
||||
This modification will require to update Chill-Standard to the latest version.
|
||||
At least, the file `webpack.config.js` should be upgrade [to the last
|
||||
version](https://framagit.org/Chill-project/Chill-Standard/-/blob/c7a7de68ec49d97c9e1481b72c1f848f9b5cb2d7/webpack.config.js)
|
||||
|
1
Resources/public/index.js
Normal file
1
Resources/public/index.js
Normal file
@ -0,0 +1 @@
|
||||
require('./css/chillevent.css');
|
@ -1,4 +1,4 @@
|
||||
// this file loads all assets from the Chill event bundle
|
||||
|
||||
// css
|
||||
require('./Resources/public/css/chillevent.css');
|
||||
// this file loads all assets from the Chill Event Bundle
|
||||
module.exports = function(encore, entries) {
|
||||
entries.push(__dirname + '/Resources/public/index.js');
|
||||
};
|
Loading…
x
Reference in New Issue
Block a user