moved sanitize-html to swagger-ui instead of calling in index.html

This commit is contained in:
Anna Bodnia
2016-09-01 18:49:54 +03:00
parent f87eaaa810
commit c385e24839
6 changed files with 27 additions and 11 deletions

View File

@@ -50,6 +50,7 @@ function _dist() {
return es.merge(
gulp.src([
'./node_modules/es5-shim/es5-shim.js',
'./lib/sanitize-html.min.js',
'./src/main/javascript/**/*.js',
'./node_modules/swagger-client/browser/swagger-client.js'
]),