mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-27 00:55:01 +00:00
First Version DocGenerator
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// this file loads all assets from the Chill DocGenerator bundle
|
||||
module.exports = function(encore, entries) {
|
||||
encore.addAliases({
|
||||
ChillDocGeneratorAssets: __dirname + '/Resources/public'
|
||||
});
|
||||
};
|
Reference in New Issue
Block a user