Change navigation structure

Change-Id: I12c819293ce1eda188dc9f257ae9370f1b73cb18
Signed-off-by: Iftekharul Islam <iislam@us.ibm.com>
diff --git a/gulp-options.js b/gulp-options.js
index 68240d7..e10c5d4 100644
--- a/gulp-options.js
+++ b/gulp-options.js
@@ -8,7 +8,7 @@
     'srcFolderPath': './app',
     'tempFolderPath': __dirname + '/.temp',
     'nodeModulesFolderPath': './node_modules',
-	'bowerFolderPath': './app/bower_components',
+	'bowerFolderPath': __dirname + '/bower_components',
     'dirname': __dirname,
     'excludePath': '!./app/vendors/**/*'
 };