ngOrderObjectBy icon indicating copy to clipboard operation
ngOrderObjectBy copied to clipboard

add js minified file

Open atefBB opened this issue 7 years ago • 4 comments

Hey! what about adding minified file ng-order-object-by.min.js ?

atefBB avatar Jun 07 '17 08:06 atefBB

@atefBB I like the idea of having a minified dist file, but I wouldn't put it in a sources directory (src). It would be better to have it in a dist folder. How did you minify it?

fmquaglia avatar Sep 11 '17 22:09 fmquaglia

I'm using this https://github.com/promatik/PHP-JS-CSS-Minifier.

atefBB avatar Sep 12 '17 12:09 atefBB

@atefBB Gotcha. I'd like instead of using an external tool have a grunt task as part of the project's Gruntfile, so anyone can build from source without depending on an external tool, and get the very same minified as the project's dist folder. Do you feel you can create the grunt build task yourself? Otherwise I'll try to make it myself.

fmquaglia avatar Sep 12 '17 12:09 fmquaglia

Sorry, but I don't know how to use grunt !

atefBB avatar Sep 12 '17 13:09 atefBB