From c1213c921afb7d2decf080390ca38932cd7e5301 Mon Sep 17 00:00:00 2001 From: Jose Pinto Date: Mon, 18 Mar 2019 11:25:49 -0300 Subject: [PATCH] agrego angular-md5 --- gulpfile.js | 2 -- index.html | 1 + package.json | 1 + src/js/app.js | 1 + 4 files changed, 3 insertions(+), 2 deletions(-) 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', -- 1.9.1