Ionic problems compiling with gulp.js / Problemas al compilar Ionic con gulp.js

What is the difference between “release” and “dist” folder?

Clone the https://github.com/driftyco/ionic project to update and UI AngularJS Router to the latest version.

Replace the files within “ionic/config/lib/js/” with their respective libraries. Compile with the command:

gulp build --release

When used in my application, it worked perfectly, until you use “$ionicPopup.alert” I realized I did not create div did not create the (< div class=“popup-backdrop” >) and make the difference between files bundle.js the “dist” folder and “release” are not the same.

“release” has more directives (functionality).

Not to do, is there any other way to update libraries like AngularJS and UI Router to latest version?

============= SPANISH =============

¿Qué diferencia existe entre la carpeta “release” y “dist”?

Clone el proyecto https://github.com/driftyco/ionic para poder actualizar AngularJS y UI Router a la última versión.

Remplace los archivos dentro de “ionic/config/lib/js/” con sus respectivas librerías. Compile con el comando:

gulp build --release

Al utilizarlo en mi aplicación, funcionaba a la perfección, hasta que use “$ionicPopup.alert” me di cuenta que no creaba no creaba el div (< div class=“popup-backdrop” >) y al hacer la diferencia entre los archivos bundle.js de la carpeta “dist” y “release” no son lo mismo.

“release” tiene más directivas (funcionalidad).

No se que hacer, ¿existe alguna otra forma de actualizar las librerías de AngularJS y UI Router a su última versión?