Initial commit
This commit is contained in:
10
resources/mix/scripts.js
Normal file
10
resources/mix/scripts.js
Normal file
@ -0,0 +1,10 @@
|
||||
const glob = require('glob');
|
||||
|
||||
// Keenthemes' plugins
|
||||
var componentJs = glob.sync(`resources/_keenthemes/src/js/components/*.js`) || [];
|
||||
var coreLayoutJs = glob.sync(`resources/_keenthemes/src/js/layout/*.js`) || [];
|
||||
|
||||
module.exports = [
|
||||
...componentJs,
|
||||
...coreLayoutJs,
|
||||
];
|
Reference in New Issue
Block a user