darul75 / angular-awesome-slider

:arrows_clockwise: Angular slider control directive
http://darul75.github.io/angular-awesome-slider/
MIT License
144 stars 63 forks source link

add non-minified version and update bower #101

Closed pgrodrigues closed 8 years ago

pgrodrigues commented 9 years ago

Usually libraries/modules have a non-minified version next to the minifed version. It is useful for debugging and so on.

I changed your gruntfile to use concat to generate the non-minified version and then uglify to generate the minified version from the non-minified. Both are placed in dist/.

According to bower spec, minified files should not be included in the main property. There's still one minified css file that should be changed :P

Not sure if this will break anything.

darul75 commented 9 years ago

yeah it sound great, I integrate it asap, thx again

darul75 commented 9 years ago

I have to merge it, sorry for delay, quite busy

kencaron commented 8 years ago

+1 Debugging is very difficult at the moment

Here is a version for 2.4.0 if that helps anyone. Needed to compile an update for 2.4.0 https://gist.github.com/kencaron/7c3e64c5251472ea6dd3

darul75 commented 8 years ago

thanks a lot guys and sorry again for delay