mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
load css using dynamic function
This commit is contained in:
parent
3055973b06
commit
f875b41f07
@ -39,4 +39,5 @@ Master branch
|
||||
=============
|
||||
|
||||
- better exception description when task workflow is not found ;
|
||||
- load webpack config using a `configure` function ;
|
||||
|
||||
|
3
Resources/public/index.js
Normal file
3
Resources/public/index.js
Normal file
@ -0,0 +1,3 @@
|
||||
// this file loads all assets from the Chill task bundle
|
||||
require('./sass/_task.scss');
|
||||
|
@ -1,3 +1,3 @@
|
||||
// this file loads all assets from the Chill task bundle
|
||||
|
||||
require('./Resources/public/sass/_task.scss');
|
||||
module.exports = function(encore, entries) {
|
||||
entries.push(__dirname + '/Resources/public/index.js');
|
||||
};
|
Loading…
x
Reference in New Issue
Block a user