marcj / css-element-queries

CSS Element-Queries aka Container Queries. High-speed element dimension/media queries in valid css.
http://marcj.github.io/css-element-queries/
MIT License
4.27k stars 487 forks source link

Include dist folder with minified js files #229

Open lmsmartins opened 6 years ago

lmsmartins commented 6 years ago

Is it possible to include a dist folder with minified JS files?

Could I submit a PR?

marcj commented 6 years ago

I don't like to have built files in the VCS, that comes with a lot of drawbacks. If we want to provide built minified files per release, we need to create a build-script that builds actual minified files, and use NPM + Github releases for the distribution.