Fixed path in ngXosHelpers build script
diff --git a/gui/ngXosLib/gulpfile.js b/gui/ngXosLib/gulpfile.js
index da08f7e..d893755 100644
--- a/gui/ngXosLib/gulpfile.js
+++ b/gui/ngXosLib/gulpfile.js
@@ -4,7 +4,7 @@
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: '../../xos/core/xoslib/static/js/vendor/', //save here the minfied vendor file, this is automatically loaded in the django page
xosHelperSource: './xosHelpers/src/'
};