Super Sale Limited Time 50% OFF for All-Access Plans
Save 50% Now

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
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • 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
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(