ngOrderObjectBy
ngOrderObjectBy copied to clipboard
add js minified file
Hey!
what about adding minified file ng-order-object-by.min.js
?
@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?
I'm using this https://github.com/promatik/PHP-JS-CSS-Minifier.
@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.
Sorry, but I don't know how to use grunt !