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

external file changes do not cause reload #6

Open
johnwebbcole opened this issue Jan 1, 2017 · 1 comment
Open

external file changes do not cause reload #6

johnwebbcole opened this issue Jan 1, 2017 · 1 comment

Comments

@johnwebbcole
Copy link

Hey guys, great work on the plugin. Tried it again after a few months, and it's working well. One issue I have is with the workflow that I use.

I use a lot of jscad libraries, and have a gulp project and yeoman generator to set up jscad projects. Due to issues with the normal jscad include loaders, I bundle my libraries and source into one file inside a ./dist/ directory. See jscad-utils for the main library I use, and leafblower for a small sample project.

I run a gulp task to watch the code files (and any linked libraries) for changes, to regenerate the ./dist/leafblower.jscad' combined file. The atom-scad-previewdoesn't seem to see the file changes if this file is modified outside atom. If I open and then save the./dist/leafblower.jscad` file, it will reload the viewer.

I've written a couple of atom plugins, so I'd be willing to help :-) Any pointer as to where to look in the code, I've just started digging through it.

@apla
Copy link
Owner

apla commented Jan 29, 2017

fixed in v0.7.0

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 a pull request may close this issue.

2 participants