mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-01 04:23:49 +00:00
load css using dynamic function
This commit is contained in:
@@ -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');
|
||||
};
|
Reference in New Issue
Block a user