Commit 6103604b8c04eb61acb2fa302b64625d4e388300

Authored by Nicolás Guarnieri
Exists in master

Merge

... ... @@ -40,14 +40,10 @@ gulp.task('uglify', ['templates'], function() {
40 40 ]),
41 41 concat('foca-crear-hoja-ruta.js'),
42 42 replace('src/views/', ''),
  43 + replace("'ngRoute', 'focaModalRemito', 'ui.bootstrap'", ''),
43 44 gulp.dest(paths.tmp),
44 45 rename('foca-crear-hoja-ruta.min.js'),
45 46 uglify(),
46   - /*replace('"ngRoute","ui.bootstrap","focaModalVendedores","focaBusquedaProductos",'+
47   - '"focaModalProveedor","focaBusquedaCliente","focaModalPrecioCondicion",'+
48   - '"focaModalFlete","focaDirectivas","focaModal","focaModalDomicilio",'+
49   - '"focaModalMoneda","focaModalCotizacion","focaSeguimiento","angular-ladda",'+
50   - '"cordovaGeolocationModule"', ''),*/
51 47 gulp.dest(paths.dist)
52 48 ]
53 49 );
1 1 {
2   - "name": "foca-crear-hoja-ruta",
3   - "version": "0.0.1",
4   - "description": "foca-crear-hoja-ruta",
5   - "main": "index.js",
6   - "scripts": {
7   - "test": "echo \"Error: no test specified\" && exit 1"
8   - },
9   - "repository": {
10   - "type": "git",
11   - "url": "https://debo.suite.repo/modulos-npm/foca-crear-hoja-ruta.git"
12   - },
13   - "author": "Foca Software",
14   - "license": "ISC",
15   - "devDependencies": {
16   - "angular": "^1.7.5",
17   - "angular-ladda": "^0.4.3",
18   - "angular-route": "^1.7.5",
19   - "bootstrap": "^4.1.3",
20   - "foca-directivas": "git+https://debo.suite.repo/modulos-npm/foca-directivas.git",
21   - "foca-modal-remito": "git+https://debo.suite.repo/modulos-npm/foca-modal-remito.git",
22   - "font-awesome": "^4.7.0",
23   - "gulp": "^3.9.1",
24   - "gulp-angular-templatecache": "^2.2.5",
25   - "gulp-clean": "^0.4.0",
26   - "gulp-concat": "^2.6.1",
27   - "gulp-connect": "^5.6.1",
28   - "gulp-htmlmin": "^5.0.1",
29   - "gulp-jshint": "^2.1.0",
30   - "gulp-rename": "^1.4.0",
31   - "gulp-replace": "^1.0.0",
32   - "gulp-sequence": "^1.0.0",
33   - "gulp-uglify": "^3.0.1",
34   - "jasmine-core": "^3.3.0",
35   - "jquery": "^3.3.1",
36   - "jshint": "^2.9.6",
37   - "ladda": "1.0.6",
38   - "pre-commit": "^1.2.2",
39   - "pump": "^3.0.0",
40   - "ui-bootstrap4": "^3.0.5"
41   - }
  2 + "name": "foca-crear-hoja-ruta",
  3 + "version": "0.0.1",
  4 + "description": "foca-crear-hoja-ruta",
  5 + "main": "index.js",
  6 + "scripts": {
  7 + "test": "echo \"Error: no test specified\" && exit 1",
  8 + "compile": "gulp uglify",
  9 + "gulp-pre-commit": "gulp pre-commit",
  10 + "postinstall": "npm run compile && gulp clean-post-install",
  11 + "install-dev": "npm install -D jasmine-core pre-commit angular angular-ladda ladda@1.0.6 angular-route bootstrap ui-bootstrap4 font-awesome gulp gulp-angular-templatecache gulp-connect gulp-clean gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-sequence gulp-uglify-es gulp-uglify jquery jshint pump git+https://debo.suite.repo/modulos-npm/foca-directivas.git git+https://debo.suite.repo/modulos-npm/foca-modal-remito.git"
  12 + },
  13 + "pre-commit": [
  14 + "gulp-pre-commit"
  15 + ],
  16 + "repository": {
  17 + "type": "git",
  18 + "url": "https://debo.suite.repo/modulos-npm/foca-crear-hoja-ruta.git"
  19 + },
  20 + "author": "Foca Software",
  21 + "license": "ISC",
  22 + "devDependencies": {
  23 + "angular": "^1.7.5",
  24 + "angular-ladda": "^0.4.3",
  25 + "angular-route": "^1.7.5",
  26 + "bootstrap": "^4.1.3",
  27 + "foca-directivas": "git+https://debo.suite.repo/modulos-npm/foca-directivas.git",
  28 + "foca-modal-remito": "git+https://debo.suite.repo/modulos-npm/foca-modal-remito.git",
  29 + "font-awesome": "^4.7.0",
  30 + "gulp": "^3.9.1",
  31 + "gulp-angular-templatecache": "^2.2.5",
  32 + "gulp-clean": "^0.4.0",
  33 + "gulp-concat": "^2.6.1",
  34 + "gulp-connect": "^5.6.1",
  35 + "gulp-htmlmin": "^5.0.1",
  36 + "gulp-jshint": "^2.1.0",
  37 + "gulp-rename": "^1.4.0",
  38 + "gulp-replace": "^1.0.0",
  39 + "gulp-sequence": "^1.0.0",
  40 + "gulp-uglify": "^3.0.1",
  41 + "jasmine-core": "^3.3.0",
  42 + "jquery": "^3.3.1",
  43 + "jshint": "^2.9.6",
  44 + "ladda": "1.0.6",
  45 + "pre-commit": "^1.2.2",
  46 + "pump": "^3.0.0",
  47 + "ui-bootstrap4": "^3.0.5"
  48 + }
42 49 }
1   -angular.module('focaCrearHojaRuta', [
2   - 'ngRoute',
3   - 'focaModalRemito',
4   - 'ui.bootstrap'/*,
  1 +angular.module('focaCrearHojaRuta', ['ngRoute', 'focaModalRemito', 'ui.bootstrap'/*,
5 2 'focaBusquedaProductos',
6 3 'focaModalProveedor',
7 4 'focaBusquedaCliente',