rainabba / jquery-table2excel

jQuery Plugin to export HTML tabled to Excel Spreadsheet Compatible Files
592 stars 665 forks source link

Issue with tags and bower #118

Open erikalmeida opened 5 years ago

erikalmeida commented 5 years ago

Hey guys, im trying to update the plugin using bower (for de background and font color function), but it doesnt download the last commits because the tag is pointing to an old one, could you please change this?

rainabba commented 5 years ago

I apologize, but i think you've wandered out of my Git knowledge. Any more information you can provide? Are you trying to create a PR? What steps have you taken overall with Git that led you to the error and what's the error?

erikalmeida commented 5 years ago

In my app im using version 1.1.2 but the option to 'preserveColors' doesn't work, it's because the tag for version 1.1.2 is directed to a previous commit (dbcb9b3), not the last one in the repo (fee5e09). Is it possible for you to change the tag? or is there another way I can configure my app to download said commit