cjss-group / CJSS

A CSS based web framework
https://cjss.js.org/
MIT License
670 stars 20 forks source link

Publish minified version as a release #36

Closed c-harding closed 5 years ago

c-harding commented 5 years ago

@scottkellum This one will take a little work on your side to set up. As an end result, the minified source code will be available to download in Releases (e.g. as in my fork: https://github.com/xsanda/CJSS/releases).

Firstly, follow the instructions in #35 to authorise Travis. Then generate an access token with just the public_repo scope. Take the token it gives you, and add it as an environment variable with the name GH_KEY. Do not click to "display value in build log".

Now whenever a tag is pushed to GitHub, the code will be minified and added as a release.

scottkellum commented 5 years ago

Thank you for adding such a helpful commit description! We’re good to go now.