-
-
Notifications
You must be signed in to change notification settings - Fork 646
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
Add minified js + css to release package #258
Comments
@bbernhard you're writing a JS app without npm? I did not consider this as a use case. |
yeah, right. I am using a golang application to serve my webpages, so there was not really a need for me to install npm. :) |
@bbernhard I would argue that developing any sort of JS app basically requires npm these days and/or some type of build process to minify things for you. You could use https://unpkg.com/#/ or something similar to have a link to the assets from npm. I will work on figuring out how to release the dist files as well though. |
@bbernhard we are now copying all dist files to the releases, hopefully this is helpful! https://github.com/shipshapecode/shepherd/releases/tag/v2.0.0-beta.32 |
Definitely! Thanks a lot, very much appreciated! |
Hi,
could you maybe add a
dist
folder, containing the built js + css (+minified version) files, to the release package? I think that could be quite useful for a lot of people.I've to admit, that I almost dropped
shepherd
, because I had to install npm to compile the sources first ;-)Many thanks for the great library!
The text was updated successfully, but these errors were encountered: