Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

node_modules is not watched by default #2484

Merged
merged 1 commit into from
Feb 6, 2017

Conversation

Plamen5kov
Copy link
Contributor

@Plamen5kov Plamen5kov commented Feb 3, 2017

If you want to watch for changes in node_modules or package.json a --sync-all-files or --syncAllFiles flag needs to be passed. By default only the app/ folder is being watched during any livesync.

Furthermore even with the --syncAllFiles flag enabled only production dependencies will be watched and livesynced.

related to: #2469

@Plamen5kov Plamen5kov force-pushed the plamen5kov/syncallfiles_flag branch from a219b87 to 82ddf2f Compare February 3, 2017 14:40
@Plamen5kov
Copy link
Contributor Author

run CI

If you want to watch for changes in node_modules or package.json a --sync-all-files or --syncAllFiles flag needs to be passed. By default only the app/ folder is being watched during any livesync.
watch only production node_modules
@Plamen5kov Plamen5kov force-pushed the plamen5kov/syncallfiles_flag branch from 82ddf2f to 4366b1c Compare February 3, 2017 14:59
@Plamen5kov Plamen5kov merged commit efcdd19 into release Feb 6, 2017
@Plamen5kov Plamen5kov deleted the plamen5kov/syncallfiles_flag branch February 6, 2017 12:36
@Plamen5kov Plamen5kov self-assigned this Feb 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants