created remote console page

TODO: Remove HTERM.

Change-Id: I72026e5ea64c9fba3089b68dfd2b8198255dabb8
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
diff --git a/gulp-options.js b/gulp-options.js
index e10c5d4..a3db0f1 100644
--- a/gulp-options.js
+++ b/gulp-options.js
@@ -8,7 +8,11 @@
     'srcFolderPath': './app',
     'tempFolderPath': __dirname + '/.temp',
     'nodeModulesFolderPath': './node_modules',
+<<<<<<< HEAD
 	'bowerFolderPath': __dirname + '/bower_components',
+=======
+	'bowerFolderPath': './app/bower_components',
+>>>>>>> 4c1a3dd... Major update to code structure
     'dirname': __dirname,
     'excludePath': '!./app/vendors/**/*'
 };