Created ngXosHelper lib
diff --git a/xos/core/xoslib/ngXosLib/gulpfile.js b/xos/core/xoslib/ngXosLib/gulpfile.js
index d693457..25bf8fa 100644
--- a/xos/core/xoslib/ngXosLib/gulpfile.js
+++ b/xos/core/xoslib/ngXosLib/gulpfile.js
@@ -4,7 +4,8 @@
var wrench = require('wrench');
var options = {
- ngXosVendor: '../static/js/vendor/' //save here the minfied vendor file, this is automatically loaded in the django page
+ ngXosVendor: '../static/js/vendor/', //save here the minfied vendor file, this is automatically loaded in the django page
+ xosHelperSource: './xosHelpers/'
};
wrench.readdirSyncRecursive('./gulp')