The content is not recognized
Closed this issue · 2 comments
illusionfield commented
I try to understand what can be the reason behind, but AlertfyJS is not recognized.
If you try it, I would be very grateful.
bower install MohammadYounes/AlertifyJS --save
override is needed because it does not content bower.json file.
{
"overrides": {
"alertify": {
"main": [
"build/alertify.js",
"build/css/alertify.css",
"build/css/themes/default.css"
]
}
}
here you can find a gist where you can find debug infos:
https://gist.github.com/illusionfield/6f0c623146e8fc38bd4c
If somebody find a solution, please help me!
THX
if
lorensr commented
One problem is I think the overrides key "alertify" should be "AlertifyJS". The other is a bug in 1.3.12_3
. You can use 1.3.12_2
until a fixed version is published.
lorensr commented
Fix published in v1.4.1
, please reopen if the error still occurs after updating!