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
So, probably bit-docs-tag-demo could detect an package.json and run enpeem on it.
It would be good to have the versions of the dependencies the demo relies on locked down, to avoid inadvertently breaking demos when upgrading top-level dependencies.
The text was updated successfully, but these errors were encountered:
If you have a demo like:
https://github.com/canjs/canjs/blob/master/demos/can-stache-bindings/event-args.html
It is using whatever
steal
is in the rootnode_modules
(two levels up).I think it would be better if demos with dependencies had their own
node_modules
andpackage.json
, with locked-down versions.Kind of like how you can add
dependencies
to thehtml
hook thatbit-docs-generate-html
will automatically install (usingenpeem
under the hood):https://github.com/canjs/bit-docs-html-canjs/blob/master/make-example.js#L17-L19
So, probably
bit-docs-tag-demo
could detect anpackage.json
and runenpeem
on it.It would be good to have the versions of the dependencies the demo relies on locked down, to avoid inadvertently breaking demos when upgrading top-level dependencies.
The text was updated successfully, but these errors were encountered: