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
* Allow to add the compiled bundles to npm packages. ([84bdefd](https://github.com/patternslib/dev/commit/84bdefd339b9aa553ef78e9448e4cdd998178d40))Creating a npm release with the Makefile prepares now a bundle build
12
+
with the correct package version added as a comment to the bundle files.
13
+
The compiled bundle can then be uploaded to npm if it is part of the git
14
+
repository (included by .gitignore) or part of the npm release
15
+
(preferred, included by .npmignore).
16
+
17
+
Adding the compiled bundle to npm allows to directly include it via a
0 commit comments