Commit 6f9ee97e73f188a20bcb984bf07189b83c7a07b9

Authored by Jose Pinto
1 parent 9c908cb50c
Exists in master

descripcion package.json, ok gulpfile

... ... @@ -45,7 +45,7 @@ gulp.task('uglify', ['templates'], function() {
45 45 ]),
46 46 concat('foca-modal-informe-hoja-ruta.js'),
47 47 replace('src/views/', ''),
48   - replace("['ui.bootstrap', 'focaDirectivas', 'angular-ladda', 'focaModal']", '[]'),
  48 + replace("['ui.bootstrap']", '[]'),
49 49 gulp.dest(paths.tmp),
50 50 rename('foca-modal-informe-hoja-ruta.min.js'),
51 51 uglify(),
1 1 {
2   - "name": "foca-modal-nota-pedido",
  2 + "name": "foca-modal-infrorme-hoja-ruta",
3 3 "version": "0.0.1",
4   - "description": "Modal para seleccion de notasPedido",
  4 + "description": "Modal para generar informes de correlatividad de hojas de ruta",
5 5 "scripts": {
6 6 "test": "echo \"Error: no test specified\" && exit 1",
7 7 "gulp-pre-commit": "gulp pre-commit",
... ... @@ -14,7 +14,7 @@
14 14 ],
15 15 "repository": {
16 16 "type": "git",
17   - "url": "https://debo.suite.repo/modulos-npm/foca-modal-nota-pedido"
  17 + "url": "https://debo.suite.repo/modulos-npm/foca-modal-infrorme-hoja-ruta"
18 18 },
19 19 "author": "Nicolás Guarnieri",
20 20 "license": "ISC",
src/etc/develop.js.ejemplo
1   -angular.module('focaModalNotaPedido')
  1 +angular.module('focaModalInformeHojaRuta')
2 2 .constant("API_ENDPOINT", {
3 3 'URL': '//127.0.0.1:9000'
4 4 });