colorpicker icon indicating copy to clipboard operation
colorpicker copied to clipboard

Minified Scripts?

Open neekers opened this issue 9 years ago • 4 comments

Seems to have a lot of whitespace in it. Might be nice to provide this.

Thanks

neekers avatar Dec 18 '15 08:12 neekers

Unless I get some tools to automate this, it's unlikely. The problem is that I rarely use minified javascript myself (I use a framework that does the minification for me); so I tend to forget to keep the minified files in line with the source files, which causes more problems than it solves. Ideally, I'd have a tool that detects whenever a sourcefile is changed, then automatically minify it.

vanderlee avatar Dec 18 '15 10:12 vanderlee

Gulp/grunt On Dec 18, 2015 2:10 AM, "Martijn van der Lee" [email protected] wrote:

Unless I get some tools to automate this, it's unlikely. The problem is that I rarely use minified javascript myself (I use a framework that does the minification for me); so I tend to forget to keep the minified files in line with the source files, which causes more problems than it solves. Ideally, I'd have a tool that detects whenever a sourcefile is changed, then automatically minify it.

— Reply to this email directly or view it on GitHub https://github.com/vanderlee/colorpicker/issues/114#issuecomment-165737844 .

neekers avatar Dec 18 '15 14:12 neekers

I agree, providing minified versions would be great :)

NicolasCARPi avatar Jan 03 '16 00:01 NicolasCARPi

Working on this, using plain NPM and watch (don't have the time to spend on Grunt/Gulp right now).

vanderlee avatar Feb 23 '16 20:02 vanderlee