You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For angular project we have to use the ngAlertify.js (as mentioned in the documentation) and expect the library to be working as expected when 'ngAlertify' is imported. Which is dose in the development environment since we have the option of changing the bower.json file of the library.
Actual behavior
Since the deployment process is handled by Codeship it simple looks at the main bower file and install the required libraries. When this happens by default it will take the alertify.js as the library file. Which break the app.
Steps to reproduce the behavior
run bower install --save alertifyjs
let Codeship build the 'dist'
Version of Alertify in use
v1.0.11
The text was updated successfully, but these errors were encountered:
Expected behavior
For angular project we have to use the ngAlertify.js (as mentioned in the documentation) and expect the library to be working as expected when 'ngAlertify' is imported. Which is dose in the development environment since we have the option of changing the bower.json file of the library.
Actual behavior
Since the deployment process is handled by Codeship it simple looks at the main bower file and install the required libraries. When this happens by default it will take the alertify.js as the library file. Which break the app.
Steps to reproduce the behavior
run bower install --save alertifyjs
let Codeship build the 'dist'
Version of Alertify in use
v1.0.11
The text was updated successfully, but these errors were encountered: