You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jspm treats semver tags on github as releases. Without this, we need to add the @gh-pages to load.
I was wondering if it might be possible to provide a semver-tagged release for this library at all? Tagging vx.y.z is a pretty common standard these days, and GitHub encourages this sort of release workflow.
An alternative is to publish to npm, which may also be worth considering.
The text was updated successfully, but these errors were encountered:
I've just been working on making prism work with jspm. Here is an example - http://jsbin.com/vadawaqa/1/edit.
jspm treats semver tags on github as releases. Without this, we need to add the
@gh-pages
to load.I was wondering if it might be possible to provide a semver-tagged release for this library at all? Tagging
vx.y.z
is a pretty common standard these days, and GitHub encourages this sort of release workflow.An alternative is to publish to npm, which may also be worth considering.
The text was updated successfully, but these errors were encountered: