diff --git a/gulpfile.js b/gulpfile.js index 216dd49..18f3c44 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -8,6 +8,7 @@ const gulp = require('gulp'); const pump = require('pump'); const jshint = require('gulp-jshint'); const replace = require('gulp-replace'); +const connect = require('gulp-connect'); var paths = { srcJS: 'src/js/*.js', diff --git a/package.json b/package.json index e8873ce..2b946d0 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "compile": "gulp uglify", "gulp-pre-commit": "gulp pre-commit", "postinstall": "npm run compile && gulp clean-post-install", - "install-dev": "npm install -D jasmine-core pre-commit angular 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-replace jquery jshint pump" + "install-dev": "npm install -D jasmine-core pre-commit angular 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 jquery jshint pump" }, "pre-commit": [ "gulp-pre-commit" diff --git a/src/etc/develop.ejemplo.js b/src/etc/develop.ejemplo.js new file mode 100644 index 0000000..f4736ed --- /dev/null +++ b/src/etc/develop.ejemplo.js @@ -0,0 +1,4 @@ +angular.module('focaAbmSectores') + .constant("API_ENDPOINT", { + 'URL': '//127.0.0.1:9000' + }); diff --git a/src/etc/develop.js b/src/etc/develop.js deleted file mode 100644 index e356e03..0000000 --- a/src/etc/develop.js +++ /dev/null @@ -1,5 +0,0 @@ -angular.module('focaAbmPreciosCondiciones') - .constant("API_ENDPOINT", { - 'URL': 'http://192.168.0.23:9900' - }); - \ No newline at end of file