-
Notifications
You must be signed in to change notification settings - Fork 36
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
Make bootstrap-tourist available as a webjar #5
Comments
Hi, as you'll find out if you dig into the docs, I'm not a JS coder! So unfortunately you'll have to help me out here. The purpose of Tourist and this repo is to be a beta and in-development version to add fixes and features, and migrate to native ES6. That's why there's no minified version, package.json etc. If all of these "production" things are needed, it's probably best to stick with original Tour. I looked at the link and it seems complex, or at least some understanding and work is needed to create a webjar. So if you can point me to a simple explanation I can consider doing a webjar if it's not complex or time consuming to maintain. Alternatively please feel free to do it yourself and publish it. Tourist is available on NPM already though, does that help? See here: #3 |
Thanks for the hint. So I deployed it using that info with the automated UI of webjars and it's now available on Maven etc, see: https://search.maven.org/artifact/org.webjars.npm/bootstrap-tourist/0.0.10/jar |
Hello! And thank you for your work! |
@PhantomYdn you're welcome, glad you find Tourist useful. The latest version of Tourist is marked as a release here on Github - please use that one for the moment. Please also take note of the changelog and the significant update to backdrop in v0.3.x As for npm, semantic versioning and all the stuff that makes life easy: the issue is my complete failure and lack of knowledge :-) . Please see this thread: tszulc is solving my problems I'm heading off on vacation so it's going to be a couple of weeks before I get everything back in line, sorry. |
We currently use bootstrap-tour in our project, included as a webjar. In order to migrate towards tourist, we would need it to be available as webjar.
It's not possible currently to deploy it as one since contrary to bootstrap-tour it doesn't contain a package.json to build it as an NPM package.
Would that be possible to add one to the repo?
The text was updated successfully, but these errors were encountered: