-
Notifications
You must be signed in to change notification settings - Fork 3
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
Current build script make it hard to contribute #3
Comments
I would like to change it to |
I work with a Synology and was learning everything from nowhere. So there is surely a lot of mess. |
Hi, I'm trying to debug issue#1 |
Seems yes, I just need to add plugin name to toddlywiki.info: "plugins": [
"tiddlywiki/tiddlyweb",
"tiddlywiki/filesystem",
"tiddlywiki/highlight",
"$:/plugins/bourgeoa/nodesolidserver"
], |
Tiddlywiki documentation on developing with node.js and on synchadaptor with https://tiddlywiki/dev |
I have build with tw5.com edition and I have only : |
"browserify --standalone _ main.js -o /volume1/homes/admin/TW5/plugins/bourgeoa/nodesolidserver/main.js -t babelify && cp about.tid config.tid plugin.info ../nodesolidserver/"
is a mess, what does it mean?Why includes
/volume1/homes/admin/TW5/plugins/bourgeoa/nodesolidserver/main.js
?The text was updated successfully, but these errors were encountered: