From 252b7817ce91724d870167f8ee093a888d2412b0 Mon Sep 17 00:00:00 2001 From: Pablo Marco del Pont Date: Fri, 2 Nov 2018 13:22:23 -0300 Subject: [PATCH] =?UTF-8?q?-=20Agregu=C3=A9=20el=20m=C3=B3dulo=20foca=20se?= =?UTF-8?q?guimiento.=20-=20Agregu=C3=A9=20la=20librer=C3=ADa=20cordova.?= =?UTF-8?q?=20-=20Agregu=C3=A9=20la=20librer=C3=ADa=20cordova=20geolocatio?= =?UTF-8?q?n=20para=20angular.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gulpfile.js | 2 +- index.html | 4 +++- src/js/app.js | 4 +++- vendor/cordovaGeolocationModule.min.js | 1 + 4 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 vendor/cordovaGeolocationModule.min.js diff --git a/gulpfile.js b/gulpfile.js index d2e6ac0..35f1b6a 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -19,7 +19,7 @@ var paths = { gulp.task('uglify', function() { pump( [ - gulp.src(paths.srcJS), + gulp.src([paths.srcJS, 'src/etc/develop.js']), concat('wrapper-demo.js'), replace('/src/', '/dist/'), gulp.dest(paths.dist), diff --git a/index.html b/index.html index bcd9df2..6fa80dc 100644 --- a/index.html +++ b/index.html @@ -25,6 +25,7 @@ + @@ -45,13 +46,14 @@ + + -