huoxito has quit [Remote host closed the connection]
aweis_ has joined #bundler
axl__ has quit [Quit: axl__]
aweis has quit [Ping timeout: 246 seconds]
axl__ has joined #bundler
axl__ has quit [Client Quit]
heroux has quit [Ping timeout: 264 seconds]
heroux has joined #bundler
ixti has quit [Ping timeout: 256 seconds]
aweis_ has quit [Ping timeout: 252 seconds]
aweis has joined #bundler
robbyoconnor has joined #bundler
aweis has quit [Ping timeout: 256 seconds]
huoxito has joined #bundler
huoxito has quit [Remote host closed the connection]
djbkd has joined #bundler
huoxito has joined #bundler
huoxito has quit [Ping timeout: 246 seconds]
djbkd has quit [Quit: My people need me...]
jds has joined #bundler
jds has quit [Quit: Connection closed for inactivity]
huoxito has joined #bundler
huoxito has quit [Ping timeout: 244 seconds]
chouhoulis has quit [Remote host closed the connection]
chouhoulis has joined #bundler
chouhoulis has quit [Ping timeout: 244 seconds]
chouhoulis has joined #bundler
chouhoulis has quit [Ping timeout: 248 seconds]
jrafanie has joined #bundler
Pupeno_ has joined #bundler
Pupeno has quit [Ping timeout: 246 seconds]
Pupeno_ is now known as Pupeno
Pupeno has joined #bundler
Pupeno has quit [Changing host]
chouhoulis has joined #bundler
huoxito has joined #bundler
iamjarvo has joined #bundler
malthe has joined #bundler
<
malthe>
when I run bundle/ruby/1.9.1/bin/compass I get "Could not find compass (>= 0) amongst [...]"
<
malthe>
this is compass installed via $ bundle install --path bundle
<
malthe>
if I look at the list of gems inside that bundle, then indeed compass is installed.
<
malthe>
but it does not appear in the [...]
<
malthe>
a bunch of other packages do
<
malthe>
what gives?
chouhoulis has quit [Remote host closed the connection]
<
malthe>
oh bundle exec bundle/ruby/1.9.1/bin/compass works
chouhoulis has joined #bundler
ixti has joined #bundler
chouhoul_ has joined #bundler
chouhoulis has quit [Ping timeout: 256 seconds]
atom3 has quit [Remote host closed the connection]
atom3 has joined #bundler
huoxito has quit [Remote host closed the connection]
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
atom3 has quit [Ping timeout: 276 seconds]
atom3 has joined #bundler
iamjarvo has joined #bundler
axl_ has joined #bundler
huoxito has joined #bundler
huoxito has quit [Remote host closed the connection]
huoxito_ has joined #bundler
huoxito_ has quit [Remote host closed the connection]
huoxito has joined #bundler
arup_r has joined #bundler
chouhoul_ has quit [Remote host closed the connection]
chouhoulis has joined #bundler
huoxito has quit [Remote host closed the connection]
huoxito has joined #bundler
ixti has quit [Ping timeout: 244 seconds]
ixti has joined #bundler
x1337807x has joined #bundler
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
arup_r has quit [Quit: ChatZilla 0.9.91.1 [Firefox 38.0.1/2015051400]]
Pupeno has quit [Remote host closed the connection]
Pupeno has joined #bundler
Pupeno has quit [Remote host closed the connection]
x1337807x has joined #bundler
NeedHelp has quit [Disconnected by services]
atom3 has quit [Ping timeout: 276 seconds]
atom3 has joined #bundler
Pupeno has joined #bundler
Pupeno has quit [Remote host closed the connection]
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
x1337807x has joined #bundler
atom3 has quit [Ping timeout: 277 seconds]
atom3 has joined #bundler
ryba has joined #bundler
chouhoulis has quit [Ping timeout: 244 seconds]
huoxito has quit [Remote host closed the connection]
Pupeno has joined #bundler
Pupeno has joined #bundler
Pupeno_ has joined #bundler
Pupeno_ has quit [Remote host closed the connection]
Pupeno has quit [Ping timeout: 256 seconds]
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
x1337807x has joined #bundler
Pupeno has joined #bundler
huoxito has joined #bundler
Pupeno has quit [Remote host closed the connection]
atom3 has quit [Ping timeout: 276 seconds]
atom3 has joined #bundler
chouhoulis has joined #bundler
Pupeno has joined #bundler
chouhoulis has quit [Ping timeout: 246 seconds]
iamjarvo has joined #bundler
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Pupeno has quit [Remote host closed the connection]
Pupeno has joined #bundler
Pupeno has joined #bundler
chouhoulis has joined #bundler
chouhoulis has quit [Ping timeout: 272 seconds]
axl_ has quit [Quit: axl_]
stixter has joined #bundler
<
stixter>
is there any way to do post install script with bundler?
<
stixter>
What I want to do is to create gem with html and js (static files) and be able to serve it from Rails.root/public/gui/
<
stixter>
But after bundle install, files from this gem is still in GEM install directory, not in the directory where I want to serve it from.
<
stixter>
There are a lot of JS and HTML files (librarries, angular JS etc)