hello team,
after upgrading from v4 to v5, i am able to log in successfully, but after entering the main page i cannot click on anything, im not sure where to investigate or fix these issues.. it might be caused by the merging of the new code, any help to point me into the right direction is appreciated. here is the error:
thank you.
3 Answer(s)
-
0
Did you run gulp? We add gulp to project. If your project is MVC&JQuery you should run gulp at *.Web.Mvc location.
Check this: <a class="postlink" href="https://aspnetzero.com/Documents/Getting-Started-Core#run-the-project">https://aspnetzero.com/Documents/Gettin ... he-project</a>
-
0
thank you @alirizaadiyahsi,
now it works, and i have set the gulp to run everytime after the program builds.. however, the gulp task never seems to finish, i need to manually terminate it all the time.. is this normal?
thank you
-
0
Yes, see #617 (comment):
it watches input files in bundle config to update bundles whenever you made a change in your css/js files.