Commit c74c05aa5541cadbea3dc4a592f3f4da0265479c
Exists in
master
and in
1 other branch
Merge branch 'master' into 'master'
arreglos para compilacion See merge request modulos-npm/foca-modal-busqueda-productos!5
Showing
3 changed files
Show diff stats
gulpfile.js
| ... | ... | @@ -20,7 +20,6 @@ gulp.task('templates', function() { |
| 20 | 20 | return pump( |
| 21 | 21 | [ |
| 22 | 22 | gulp.src(paths.srcViews), |
| 23 | - replace('views/', ''), | |
| 24 | 23 | htmlmin(), |
| 25 | 24 | templateCache('views.js', { |
| 26 | 25 | module: 'focaBusquedaProductos', |
| ... | ... | @@ -39,6 +38,8 @@ gulp.task('uglify', ['templates'], function() { |
| 39 | 38 | 'tmp/views.js' |
| 40 | 39 | ]), |
| 41 | 40 | concat('foca-busqueda-productos.js'), |
| 41 | + replace('src/views/', ''), | |
| 42 | + replace("'ngRoute'", ''), | |
| 42 | 43 | gulp.dest(paths.tmp), |
| 43 | 44 | rename('foca-busqueda-productos.min.js'), |
| 44 | 45 | uglify(), |
package.json
| 1 | 1 | { |
| 2 | 2 | "name": "foca-modal-busqueda-productos", |
| 3 | 3 | "version": "0.0.1", |
| 4 | - "description": "Menu de navegacion de doble entrada", | |
| 5 | - "main": "index.js", | |
| 4 | + "description": "Modal para seleccion de productos", | |
| 6 | 5 | "scripts": { |
| 7 | 6 | "test": "echo \"Error: no test specified\" && exit 1", |
| 8 | 7 | "gulp-pre-commit": "gulp pre-commit", |
| ... | ... | @@ -15,7 +14,7 @@ |
| 15 | 14 | ], |
| 16 | 15 | "repository": { |
| 17 | 16 | "type": "git", |
| 18 | - "url": "https://192.168.0.11/modulos-npm/foca-navegacion-doble" | |
| 17 | + "url": "https://192.168.0.11/modulos-npm/foca-modal-busqueda-productos" | |
| 19 | 18 | }, |
| 20 | 19 | "author": "Nicolás Guarnieri", |
| 21 | 20 | "license": "ISC", |
| ... | ... | @@ -57,4 +56,4 @@ |
| 57 | 56 | "pump": "^3.0.0", |
| 58 | 57 | "ui-bootstrap4": "^3.0.4" |
| 59 | 58 | } |
| 60 | 59 | -} |
| 60 | +} | |
| 61 | 61 | \ No newline at end of file |
src/views/modal-busqueda-productos.html