diff --git a/gulp/server.js b/gulp/server.js index b4b6a64..efe8beb 100644 --- a/gulp/server.js +++ b/gulp/server.js @@ -26,7 +26,11 @@ function browserSyncInit(baseDir, browser) { routes: routes }; - server.middleware = proxyMiddleware('http://localhost:3000/api', {changeOrigin:true}); + server.middleware = [proxyMiddleware('http://localhost:3000/api', {changeOrigin:true}), + proxyMiddleware('http://localhost:3000/myprofile', {changeOrigin:true}), + proxyMiddleware('http://localhost:3000/designs', {changeOrigin:true}), + proxyMiddleware('http://localhost:3000/images', {changeOrigin:true}), + proxyMiddleware('http://localhost:3000/assets', {changeOrigin:true})]; browserSync.instance = browserSync.init({ startPath: '/', diff --git a/src/app/components/noosfero-blocks/profile-image/profile-image.html b/src/app/components/noosfero-blocks/profile-image/profile-image.html index 31d6ddb..978e80c 100644 --- a/src/app/components/noosfero-blocks/profile-image/profile-image.html +++ b/src/app/components/noosfero-blocks/profile-image/profile-image.html @@ -1,3 +1,6 @@
+ -- libgit2 0.21.2