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

Current build script make it hard to contribute #3

Open
linonetwo opened this issue Apr 14, 2019 · 7 comments
Open

Current build script make it hard to contribute #3

linonetwo opened this issue Apr 14, 2019 · 7 comments

Comments

@linonetwo
Copy link

"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?

@linonetwo
Copy link
Author

I would like to change it to "browserify --standalone _ main.js -o ./build/main.js -t babelify && cp about.tid config.tid plugin.info ./build/"

@bourgeoa
Copy link
Owner

I work with a Synology and was learning everything from nowhere. So there is surely a lot of mess.
I would be happy if you contribute. What are you trying to do ? I have begun some work to convert the .json to .TTL files

@linonetwo
Copy link
Author

Hi, I'm trying to debug issue#1

@linonetwo
Copy link
Author

I'm starting a local tiddly server to debug this tiddler, where should I put the built result?

Can it be like this?
屏幕快照 2019-04-14 下午3 23 14

@linonetwo
Copy link
Author

Seems yes, I just need to add plugin name to toddlywiki.info:

    "plugins": [
        "tiddlywiki/tiddlyweb",
        "tiddlywiki/filesystem",
        "tiddlywiki/highlight",
        "$:/plugins/bourgeoa/nodesolidserver"
    ],

@bourgeoa
Copy link
Owner

bourgeoa commented Apr 14, 2019

Tiddlywiki documentation on developing with node.js and on synchadaptor with https://tiddlywiki/dev

@bourgeoa
Copy link
Owner

bourgeoa commented Apr 14, 2019

I have build with tw5.com edition and I have only :
"bourgeoa/node-solid-server" in the plugin list.
The original work did not use tiddlyweb nor filesystem.

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

No branches or pull requests

2 participants