Skip to content

Fix livesync of TypeScript projects #1500

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

Merged
merged 2 commits into from
Feb 18, 2016

Conversation

rosen-vladimirov
Copy link
Contributor

Pass .js.map and .ts as excluded patterns for livesync.
Fix livesync of TypeScript projects - make sure gaze does not trigger any livesync logic in case the file that's changed is excluded via any pattern from livesync data.
Currently when .ts file is change, gaze detects changes for .ts, .js and .js.map files and fails as only .js files exist in platforms dir.

Fixes #1499

@rosen-vladimirov rosen-vladimirov self-assigned this Feb 17, 2016
@rosen-vladimirov rosen-vladimirov added this to the 1.6.1 milestone Feb 17, 2016
@rosen-vladimirov rosen-vladimirov force-pushed the vladimirov/fix-livesync-typescript branch from cf61294 to 082cb59 Compare February 18, 2016 08:10
@dtopuzov
Copy link
Contributor

👍

1 similar comment
@teobugslayer
Copy link
Contributor

👍

Pass .js.map and .ts as excluded patterns for livesync.
Fix livesync of TypeScript projects - make sure gaze does not trigger any livesync logic in case the file that's changed is excluded via any pattern from livesync data.
Currently when .ts file is change, gaze detects changes for .ts, .js and .js.map files and fails as only .js files exist in platforms dir.
Set version to 1.6.1
@rosen-vladimirov rosen-vladimirov force-pushed the vladimirov/fix-livesync-typescript branch from 082cb59 to 79eb464 Compare February 18, 2016 08:55
rosen-vladimirov added a commit that referenced this pull request Feb 18, 2016
…pescript

Fix livesync of TypeScript projects
@rosen-vladimirov rosen-vladimirov merged commit 88ce651 into release Feb 18, 2016
@rosen-vladimirov rosen-vladimirov deleted the vladimirov/fix-livesync-typescript branch February 18, 2016 09:08
@ignaciofuentes
Copy link

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants