Commit 5f2ace9e84f1f41a965a26f21728e97f63e3a741

Authored by Pablo Marco del Pont
Exists in master

Merge branch 'master' into 'master'

arreglos en package.json y gulpfile

See merge request modulos-npm/foca-modal-busqueda-productos!2
... ... @@ -5,7 +5,7 @@ Para ser utilizado en otro modulo debe iniciarse con este codigo ejemplo:
5 5 var modalInstance = $uibModal.open(
6 6 {
7 7 ariaLabelledBy: 'Busqueda de Productos',
8   - templateUrl: 'src/views/modal-busqueda-productos.html',
  8 + templateUrl: 'modal-busqueda-productos.html',
9 9 controller: 'modalBusquedaProductosCtrl',
10 10 size: 'md'
11 11 }
... ... @@ -5,10 +5,10 @@
5 5 "main": "index.js",
6 6 "scripts": {
7 7 "test": "echo \"Error: no test specified\" && exit 1",
8   - "compile": "gulp templates && gulp uglify",
9 8 "gulp-pre-commit": "gulp pre-commit",
  9 + "compile": "gulp templates && gulp uglify",
10 10 "postinstall": "npm run compile && rm -R src && rm index.html && rm .jshintrc && rm gulpfile.js",
11   - "install-dev": "npm install angular bootstrap jquery font-awesome gulp gulp-concat gulp-jshint gulp-rename gulp-replace gulp-uglify-es jshint pump gulp-connect jasmine-core pre-commit"
  11 + "install-dev": "npm install -D angular bootstrap font-awesome gulp gulp-angular-templatecache gulp-concat gulp-connect gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-uglify jasmine-core jquery jshint pre-commit pump ui-bootstrap4 && npm i -D git+https://192.168.0.11/modulos-npm/foca-directivas"
12 12 },
13 13 "pre-commit": [
14 14 "gulp-pre-commit"