Get 2024 Templates Mega Bundle!14 Bootstrap, Vue & React Templates + 3 Vector Sets
Get for 99$

The command gulp watch stuck


It's stuck when i execute the command "gulp watch".
```
$ gulp watch
Using gulp config file: "../../gulp.config.js"
[11:26:14] Using gulpfile D:\Venus\metronic_html_v8.1.8_demo39\tools\gulpfile.js
[11:26:14] Starting 'watch'...


```


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (1)


Hi,

Indeed, the "gulp watch" command is designed to continuously monitor the source files for any changes and automatically perform the necessary tasks based on those changes. It may appear as if the command is stuck, but it is actually waiting for modifications in the source folder.

Once you have executed the "gulp watch" command, it will keep running in the background, monitoring the specified source files. Whenever you make changes to those files, such as modifying the CSS, JavaScript, or other assets, Gulp will detect the changes and trigger the associated tasks defined in the gulpfile.js.

Therefore, if you want to see the changes reflected in your project, make sure to edit the appropriate files in the source folder that is being monitored by Gulp. Once you save the changes, Gulp will process them accordingly, updating the corresponding output files.

Remember to keep the terminal or command prompt running with the "gulp watch" command so that Gulp can continue monitoring for changes. If you need to stop the watch task, you can do so by pressing Ctrl+C in the terminal.

If you have any further questions or concerns, please let me know, and I'll be happy to assist you!

Thanks


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(