Skip to content

Feature request: Support Tiddlywiki prerelease #1

@kookma

Description

@kookma

The repo works great with Tiddlywiki 5.1.21 but it seems the .ytravis.yml should be revised to be able to work with prerelease.

I changed the before_install as below

 before_install:
- git clone --depth 1 https://github.com/Jermolene/TiddlyWiki5.git
  - cd TiddlyWiki5
  - npm link
  - cd ..

but it fails on the next part

script:
  - mkdir -p node_modules/tiddlywiki/plugins/published/
  - cp -r plugins/* node_modules/tiddlywiki/plugins/published
  - ./node_modules/.bin/tiddlywiki . --output output/library --build library
  - ./node_modules/.bin/tiddlywiki . --output output --build gui

travis issues an error on build seems it cannot find the folders above.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions