You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: