diff --git a/gulpfile.js b/gulpfile.js
index 452aa21..e8e2490 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -76,8 +76,6 @@ gulp.task('pre-commit', function() {
jshint.reporter('fail')
]
);
- gulp.start('uglify');
- gulp.start('sass');
});
gulp.task('webserver', function() {
diff --git a/index.html b/index.html
index 86d92c6..143d951 100644
--- a/index.html
+++ b/index.html
@@ -38,6 +38,7 @@
+
diff --git a/package.json b/package.json
index d9b9063..576949b 100644
--- a/package.json
+++ b/package.json
@@ -27,6 +27,7 @@
"angular-file-saver": "^1.1.3",
"angular-i18n": "^1.7.7",
"angular-ladda": "^0.4.3",
+ "angular-md5": "^0.1.10",
"angular-mocks": "^1.7.7",
"angular-route": "^1.7.7",
"angular-sanitize": "^1.7.7",
diff --git a/src/js/app.js b/src/js/app.js
index 7eb60d8..eb1e9bc 100644
--- a/src/js/app.js
+++ b/src/js/app.js
@@ -12,6 +12,7 @@ angular.module('appWrapperDemo', [
'ui.grid',
'ui.grid.exporter',
'ngFileSaver',
+ 'angular-md5',
// MODULOS FOCA
'focaAbmPreciosCondiciones',