Hi @ismcagdas,
yes I did this, the second step 2. then run "gulp" is not finishing.
It is hanging here:
[12:31:05] Using gulpfile ~\Downloads\PhoneBookDemo\src\Acme.PhoneBookDemo.Web.Mvc\gulpfile.js
[12:31:05] Starting 'copy:node_modules'...
[12:31:06] Finished 'copy:node_modules' after 904 ms
[12:31:06] Starting 'default'...
[12:31:06] Starting 'watch'...
[12:31:06] Finished 'watch' after 177 ms
[12:31:06] Starting 'min:css'...
[12:31:06] Starting 'min:js'...
[12:31:06] Finished 'default' after 243 ms
[12:31:07] Finished 'min:css' after 1.39 s
[12:31:07] Finished 'min:js' after 1.48 s
There is no returncode 0
BR
Michael
<cite>ismcagdas: </cite> Hi @mschrembs,
Are there any errors on javascript console ?
Are you running the below commands before running your application in order ?
When you are in the root of Mvc project (..../src/MyCompanyName.AbpZeroTemplate.Web.Mvc/) in command prompt
- first run "yarn"
- then run "gulp"
After all, you can run your MVC project and fonts must be displayed.
Hi @ismcagdas,
I am not sure what I am doing wrong, I have downloaded the actual version 5.0.4 and there is no clean task activated and I am still facing the issue that the default task is not finishing.
BR
Michael.
<cite>ismcagdas: </cite> Hi @mschrembs,
It seems like we need to exclude it from build steps, see <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/issues/617#issuecomment-347669308">https://github.com/aspnetzero/aspnet-ze ... -347669308</a>.
In the Version V5.0.3 the clean task is already replaced and it is still not working.
<cite>aaron: </cite>
Gulp is still not finishing the default task.
Related issue: https://github.com/aspnetzero/aspnet-zero-core/issues/617
Hi,
it is still not working, i have downloaded the verion 5.0.3 and haven't done any changes.
Gulp is still not finishing the default task.
I have done everything like it is explained.
BR
Michael
<cite>ismcagdas: </cite> Hi All,
I will try to answer all questions, please let me know if you still have problems.
@GBadenhorst,
We had some problems about our server yesterday, now download should work without a problem. The problem you had for Migrations must be fixed in v5.0.2.
@godrunner, v5.0.2 is available now, can you download it now ? Please let us know if you have any problems.
@poolman, @riaan, <a href="mailto:[email protected]">[email protected]</a>, If you are using ASP.NET Core & jQuery, you need to first install packages using yarn and then run gulp task to create bundles, see <a class="postlink" href="https://aspnetzero.com/Documents/Development-Guide-Core#npm--front-end-dependencies">https://aspnetzero.com/Documents/Develo ... pendencies</a>.
@mschrembs, Gulp task is not finished because, whenever you make a change on the js/css files, related bundles are updated.
Thanks.