danielo515 / tiddlypouch

Other
20 stars 9 forks source link

Fix file names in boot/tiddlywiki.files #93

Closed PhDyellow closed 4 years ago

PhDyellow commented 5 years ago

When using as a plugin under nodejs, tiddlywiki.files lists "boot.css", but the boot folder contains "boot.scss".

I was wanting to use tiddlypouch as a plugin for a nodejs version of TW.

When using as a plugin under nodejs, boot/tiddlywiki.files lists boot.css, but the boot folder contains boot.scss. The NodeJS server refused to start because it couldn't find boot.css

The NodeJS booted and worked when I changed the filename.

Tiddlypouch works well under Tiddlywiki 5.1.19. NodeJS was the easiest way to bake tiddlypouch in.

danielo515 commented 4 years ago

Hello @PhDyellow , thanks for your PR However the solution is not as simple. We need to include the css file, not the scss. The bug lies on the fact that we must complie and bundle the css file.

PhDyellow commented 4 years ago

So the issue is that I didn't compile the css file. Is that a documentation issue then?

I don't have time to support this PR though, would you like to close it?

danielo515 commented 4 years ago

Yes, probably a docs issue or even a build issue. I'll leave the PR open as a reminder and I will close it when I have time to fix it myself.