css-element-queries icon indicating copy to clipboard operation
css-element-queries copied to clipboard

Include dist folder with minified js files

Open lmsmartins opened this issue 7 years ago • 1 comments
trafficstars

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

Could I submit a PR?

lmsmartins avatar May 21 '18 11:05 lmsmartins

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.

marcj avatar Jun 02 '18 19:06 marcj