Moved dependency declaration into extra config file
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
13
_assets/gulp_config/dependencies.js
Normal file
13
_assets/gulp_config/dependencies.js
Normal file
@ -0,0 +1,13 @@
|
||||
"use strict";
|
||||
|
||||
let dependencies = {};
|
||||
|
||||
dependencies.files = [
|
||||
"./node_modules/echo-js/dist/echo",
|
||||
"./node_modules/popper.js/dist/popper",
|
||||
"./node_modules/bootstrap/js/dist/util",
|
||||
"./node_modules/bootstrap/js/dist/collapse",
|
||||
"./node_modules/bootstrap/js/dist/tooltip",
|
||||
];
|
||||
|
||||
module.exports = dependencies;
|
||||
Reference in New Issue
Block a user