diff --git a/gulpfile.js b/gulpfile.js
index df7edba9..e7d273fc 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -106,7 +106,8 @@ gulp.task('serve', function() {
var next = '^/next(.*)$ http://localhost:8083/next$1 [P]';
var logout = '^/logout$ http://localhost:8083/logout [P]';
var custom_css = '^/custom_css.css$ http://localhost:8083/custom_css.css [P]';
- return [modRewrite([rest, next, logout, custom_css])];
+ var analytics = '^/analytics.js http://localhost:8083/analytics.js [P]';
+ return [modRewrite([rest, next, logout, custom_css, analytics])];
}
});
});
diff --git a/pom.xml b/pom.xml
index c07d19d0..58af2440 100644
--- a/pom.xml
+++ b/pom.xml
@@ -154,9 +154,14 @@
${dropwizard.version}
- io.federecio
- dropwizard-swagger
- 0.5.1
+ io.dropwizard
+ dropwizard-assets
+ ${dropwizard.version}
+
+
+ com.wordnik
+ swagger-jaxrs_2.10
+ 1.3.2
jsr311-api
diff --git a/src/main/app/index.html b/src/main/app/index.html
index 513a8a23..b4125318 100644
--- a/src/main/app/index.html
+++ b/src/main/app/index.html
@@ -74,5 +74,6 @@
+