baconjs / bacon.jquery

MIT License
74 stars 23 forks source link

Empty install via bower on gentoo #19

Closed Lonelind closed 11 years ago

Lonelind commented 11 years ago

On Gentoo Linux on server (via ssh) I ran $ bower install for project (all info in bower.json is correct and the same works on Mac).

Then, I see that bower got bacon.jquery, but grunt fails to compile the project and says that file bower_components/bacon.jquery/dist/bacon.jquery.min.js doesn't exist.

I made $ ls -la bower_components/bacon.jquery/dist/ and it shows me an empty folder. But this works pretty on Mac and on Windows.

Please help. Something went wrong.

UPD: tried to install this explicitly via $ bower install bacon.jquery and the same happened.

wolfflow commented 11 years ago

Same thing occurs on Ubuntu 13.04. =(

$ bower install bacon.jquery
bower not-cached    git://github.com/baconjs/bacon.jquery.git#*
bower resolve       git://github.com/baconjs/bacon.jquery.git#*
bower download      https://github.com/baconjs/bacon.jquery/archive/0.3.2.tar.gz
bower extract       bacon.jquery#* archive.tar.gz
bower resolved      git://github.com/baconjs/bacon.jquery.git#0.3.2
bower install       bacon.jquery#0.3.2

bacon.jquery#0.3.2 bower_components/bacon.jquery
$ cd bower_components/bacon.jquery/dist
$ ls -al
drwxrwxr-x 2 wolf wolf 4096 сент. 11 23:00 .
drwxrwxr-x 3 wolf wolf 4096 сент. 11 23:00 ..
raimohanska commented 11 years ago

Could there be a problem with bower excludes?

raimohanska commented 11 years ago

Hmm.. On my mac it works fine.

raimohanska commented 11 years ago

I don't have a Linux at hand right now. Could someone see if this is a problem with the bower excludes? The idea with the excludes is to only include the stuff under dist.

wolfflow commented 11 years ago

Already reported an issue to bower repo. The issue is critical due to our build vm runs on Gentoo =(

wolfflow commented 11 years ago

You mean an ignore part? At first glance, there might be smth wrong with wildcard *.* on Linux.

wolfflow commented 11 years ago

Could you please change *.* rule to this one: ./*.*, check it on Mac, then if it's ok we'll try it on Linux and W7. (sadly , I cannot push to this repo).

raimohanska commented 11 years ago

Now you can, hopefully!

raimohanska commented 11 years ago

Released 0.3.3 with the proposed change anyway. Going to sleep now, sorry :)

wolfflow commented 11 years ago

Good job! Now it works on Ubuntu =) Tomorrow wanna check on Gentoo and Mac ) Tnx a lot!

wolfflow commented 11 years ago

All works fine ) closing for now.