From 5183042ba0bca1906b7b48b8eff8a1fccc2a06d2 Mon Sep 17 00:00:00 2001 From: Pablo Marco del Pont Date: Fri, 2 Nov 2018 15:12:59 -0300 Subject: [PATCH] =?UTF-8?q?Cambios=20seg=C3=BAn=20code=20review.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gulpfile.js | 3 ++- index.html | 5 ++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 35f1b6a..68b4275 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -12,6 +12,7 @@ const watch = require('gulp-watch'); var paths = { srcHTML : 'src/views/*.html', srcJS : 'src/js/*.js', + confJS : 'src/etc/develop.js', dist : 'dist/', distHTML : 'dist/views/' }; @@ -19,7 +20,7 @@ var paths = { gulp.task('uglify', function() { pump( [ - gulp.src([paths.srcJS, 'src/etc/develop.js']), + gulp.src([paths.srcJS, paths.confJS]), concat('wrapper-demo.js'), replace('/src/', '/dist/'), gulp.dest(paths.dist), diff --git a/index.html b/index.html index 38f5bd7..3bdcf4c 100644 --- a/index.html +++ b/index.html @@ -47,13 +47,12 @@ - + - + -