vanderlee / colorpicker

Colorpicker in jQueryUI style. Themeroller look & feel. Multiple color spaces, input/output formats, controls. Check the demo...
http://vanderlee.github.com/colorpicker/
MIT License
244 stars 101 forks source link

Minified Scripts? #114

Open neekers opened 8 years ago

neekers commented 8 years ago

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

Thanks

vanderlee commented 8 years ago

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.

neekers commented 8 years ago

Gulp/grunt On Dec 18, 2015 2:10 AM, "Martijn van der Lee" notifications@github.com 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 .

NicolasCARPi commented 8 years ago

I agree, providing minified versions would be great :)

vanderlee commented 8 years ago

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