Chumper / Datatable

This is a laravel 4 package for the server and client side of datatables at http://datatables.net/
https://github.com/Chumper/Datatable
388 stars 153 forks source link

Push to git repo #357

Closed subdesign closed 8 years ago

subdesign commented 8 years ago

I have a problem with dev-develop (L5.1) and pushing to git repo , using Gitlab. The problem is, that no files are added into /vendor/chumper/datatable folder, and Gitlab puts an "archive" icon to that folder. I don't know exactly what is it means..

No idea why other packages are committed and pushed well to that repo, except datatable.

I have no lines added to .gitignore or something..

thanks in advance

subdesign commented 8 years ago

I think it's about Gitlab. Gitlab thinks that the package is a git archive some way. What I did is, copied package content into a temp dir, deleted whole chumper/datatable folder, pushed this change into the repo. After that copied back the content into a newly created chumper/datatable folder, added new files and pushed again the changes. Now all the files are visible and there in Gitlab.