Add CSLA support

This commit is contained in:
Björn Dahlgren 2021-06-16 14:32:41 +02:00
parent e9696a2170
commit d9a22ff166

View File

@ -23,7 +23,7 @@ Mods.prototype.delete = function (mod, cb) {
Mods.prototype.updateMods = function () {
var self = this
glob('**/{@*,gm,vn}/addons', { cwd: self.config.path }, function (err, files) {
glob('**/{@*,csla,gm,vn}/addons', { cwd: self.config.path }, function (err, files) {
if (err) {
console.log(err)
} else {