Physics, asked by rajd3637, 1 year ago

In ionic cli, which of the follow commands can be used to automatically monitor changes in the file system?

Answers

Answered by sailorking
4

To automatically monitor changes in the file system we can use the command ionic serve. Few functions that this command does are :-

1) It can create a local server for

 developing apps and testing them.

2) It starts the LiveReload function

   that monitors file changes in the

   system.

3) Sass files can be viewed if there is

   a project related to it.

Answered by ankurbadani84
0

Answer:

LiveReload

Explanation:

In ionic cli, which of the follow commands can be used to automatically monitor changes in the file system - LiveReload

By default, LiveReload will watch for changes in directory - www/ . it will  exclude directory - www/lib/. You can mention a watchPatterns property in the ionic.project file located in project root to follow (or not follow) for specific changes.

Similar questions