Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/nickthesing/bb-watch
Browse files Browse the repository at this point in the history
  • Loading branch information
nickthesing committed Aug 17, 2017
2 parents 2f1df85 + 1adc374 commit 1bd85cd
Show file tree
Hide file tree
Showing 5 changed files with 242 additions and 115 deletions.
7 changes: 7 additions & 0 deletions dist/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ var debug = true;
*/
var packageName = 'package.zip';

/**
* Default portalcontext, application context of the targeted Backbase server
*
* @type {string}
*/
var portalContext = 'portalserver';

/**
* Exclude exententions for watcher
*
Expand Down
2 changes: 1 addition & 1 deletion dist/lib/Import.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ var Import = function () {
value: function doImport() {
this.startTime = process.hrtime();
(0, _Notify.importStart)();
return (0, _bbImport2.default)(Config.packageName, { port: Config.port });
return (0, _bbImport2.default)(Config.packageName, { port: Config.port, context: Config.portalContext });
}

/**
Expand Down
Loading

0 comments on commit 1bd85cd

Please sign in to comment.