witoldsz / angular-http-auth

MIT License
2.38k stars 418 forks source link

There is no minified version on bower/npm #112

Closed Mistrall closed 7 years ago

Mistrall commented 8 years ago

Can you also add minified version to bower?

vlapo commented 8 years ago

+1

witoldsz commented 8 years ago

I don't have a build script yet. I suppose I will add one some day. On the other hand, every project I saw either had it's own minification procedure for everything, or they did not care, because it was internal project.

simison commented 8 years ago

https://github.com/bower/spec/blob/master/json.md#main

Do not include minified files.

http://stackoverflow.com/questions/24852850/why-is-bower-recommending-to-ignore-minified-source-file

:-)

DaAwesomeP commented 8 years ago

@Mistrall I understand why you would want a minified version, but you really ought to be using your own build script. I would recommend generator-gulp-angular or generator-angular.

gitarno commented 8 years ago

The minify version a file is created for easing the life the developer. :+1:

By default, using Bower.json do download packages library Front-end for motif and NPM do download packages builders and tasks, facilitates management.