Base solution for your next web application
Open Closed

After setup a project, Gulp cannor complete successfuly. #4488


User avatar
0
andreyzag created

After fresh install and run gulp, the gulp stopped after some items:

[02:00:47] Using gulpfile C:\temp.....Web.Mvc\gulpfile.js [02:00:47] Starting 'copy:node_modules'... [02:00:48] Finished 'copy:node_modules' after 1.03 s [02:00:48] Starting 'default'... [02:00:48] Starting 'watch'... [02:00:48] Finished 'watch' after 186 ms [02:00:48] Starting 'min:css'... [02:00:48] Starting 'min:js'... [02:00:48] Finished 'default' after 365 ms [02:00:50] Finished 'min:css' after 1.64 s [02:00:50] Finished 'min:js' after 1.9 s


1 Answer(s)
  • User Avatar
    0
    alirizaadiyahsi created

    Hi @andreyzag, actually gulp did not stop. It continues to work. There are some functions like build, minify, bundle, copy. After run all these methods, it continues to work to watch changes. If you change any css or js file and save it, you can see gulp is watching changes.