esvit / ng-table

Simple table with sorting and filtering on AngularJS
http://esvit.github.io/ng-table
BSD 3-Clause "New" or "Revised" License
2.77k stars 851 forks source link

Where is the 'dist' folder? #934

Closed alienriquebm closed 7 years ago

alienriquebm commented 7 years ago

Hi my friends. I am trying to use this app, i follow the steps of installation on bower but i dont find the 'dist' folder or the ng-table.min.js file... is this an issue??

r-ising commented 7 years ago

i want to use ngtable with bower too, so i have the same problem...

christianacca commented 7 years ago

Bower is not supported for the latest version of ng-table. npm is what you need to use instead.

Note: v1.0.0 of ng-table is the last vs you will find on the bower registry.

On 14 Nov 2016 10:27, "r-ising" notifications@github.com wrote:

i want to use ngtable with bower too, so i have the same problem...

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/esvit/ng-table/issues/934#issuecomment-260300044, or mute the thread https://github.com/notifications/unsubscribe-auth/AA2HPhDIdMN1TS1jvKQ4TQGMxCkaz7Kkks5q-DeWgaJpZM4Kw6BP .

alienriquebm commented 7 years ago

Thanks for the answer my friend. I recommend you that show an advice for this on the readme. Now, I don't use npm on my project (because is a front-end and bower do for me an excellent work), so, is any another way that I can use this excellent app?

christianacca commented 7 years ago

Check out the install guide in readme - it lists the options you have...

I understand that switching package managers is a big pain for existing apps... but npm has replaced bower in the industry so it's inevitable that libraries will start dropping bower support.

On 14 Nov 2016 10:53, "aebmknrl" notifications@github.com wrote:

Thanks for the answer my friend. I recommend you that show an advice for this on the readme. Now, I don't use npm on my project (because is a front-end and bower do for me an excellent work), so, is any another way that I can use this excellent app?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/esvit/ng-table/issues/934#issuecomment-260305588, or mute the thread https://github.com/notifications/unsubscribe-auth/AA2HPpOTg9zKgHWVE-SPmbBgDSxs-pF-ks5q-D21gaJpZM4Kw6BP .

alienriquebm commented 7 years ago

Thanks. Yes.. is a pain my friend. But.. Bower can be used for any front-end development to manage front-end assets (HTML, CSS & JS) - regardless of the technology used by the back-end, NPM, on the other hand, is a package manager specific to the node.js back-end environment. If you are building a web app with node.js, then yes - Bower's functionality may seem superfluous. If, on the other hand, you are using PHP, RoR, J2EE, et al., it comes in very handy... That's is the reason for i'm using Bower yet. Thanks for you help.

Greenek commented 7 years ago

If you still need it: https://github.com/esvit/ng-table/issues/948#issuecomment-268831461