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
Per v4.0.0, the dist folder with build artifacts will no longer be checked in to git. This is a Good Thing, but it also means that users who don't want to use NPM or unpkg will have to build a bundle from source if they want to use Trianglify the old fashioned way.
This ticket is to build a Github Actions workflow that will trigger when a new version tag is pushed, and upload a .zip containing the trianglify.bundle.js and trianglify.bundle.min.js files to the release entry on Github.
The text was updated successfully, but these errors were encountered:
Per v4.0.0, the
dist
folder with build artifacts will no longer be checked in to git. This is a Good Thing, but it also means that users who don't want to use NPM or unpkg will have to build a bundle from source if they want to use Trianglify the old fashioned way.This ticket is to build a Github Actions workflow that will trigger when a new version tag is pushed, and upload a
.zip
containing thetrianglify.bundle.js
andtrianglify.bundle.min.js
files to the release entry on Github.The text was updated successfully, but these errors were encountered: