diff --git a/.gitignore b/.gitignore
index bfa8b8a..76890cc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
node_modules/
dist/
-
+/src/etc/develop.js
package-lock\.json
diff --git a/foca-busqueda-cliente-modal.html b/foca-busqueda-cliente-modal.html
deleted file mode 100644
index fd42ef9..0000000
--- a/foca-busqueda-cliente-modal.html
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-
diff --git a/gulpfile.js b/gulpfile.js
index 00b3d29..3f8eb78 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -43,7 +43,7 @@ gulp.task('html', function() {
})
gulp.task('sass', function() {
- return gulp.src('src/style/scss/**/*.scss')
+ return gulp.src('src/sass/*.scss')
.pipe(sass({outputStyle: 'compressed'}).on('error', sass.logError))
.pipe(gulp.dest('css'));
});
@@ -60,7 +60,7 @@ gulp.task('pre-commit', function() {
gulp.start('uglify');
gulp.start('sass');
});
-
+
gulp.task('webserver', function() {
pump [
connect.server(
diff --git a/index.html b/index.html
index c02f342..f50a781 100644
--- a/index.html
+++ b/index.html
@@ -7,6 +7,7 @@
+
@@ -16,12 +17,13 @@
-
+
-
+
+
@@ -29,19 +31,14 @@
+
+