[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: favico.js and sprockets 3



On Friday 08 of January 2016 01:36:04 Pirate Praveen wrote:
> On Friday 08 January 2016 01:20 AM, Libor Klepáč wrote:
> > Hi,
> > you should probably do the same in gitlab, after you find the right
> > solution . There is also problem with sprockets 3.3, it cannot find
> > mousetrap/pause during assets compile.
> 
> We should fix them to work with sprockets 3. Can you file bugs against
> the assets packages that fail?
> 

Hi,
I was trying to reproduce with ruby-mousetrap-rails (== 1.4.6-3) like this:
# rails new foo
# cd foo
# echo "gem 'mousetrap-rails', '~> 1.4.6'" >> Gemfile
# echo "#= require mousetrap" >> app/assets/javascripts/application.js.coffee
# echo "#= require mousetrap/pause" >> app/assets/javascripts/
application.js.coffee
# bundler exec rake assets:precompile

but it works now, I was probably using version ruby-mousetrap-rails == 1.4.6-1 
back than (which was missing symlinks to javascript) (I was trying to keep 
most of system on Stretch versions)

Today, you have to use libjs-mousetrap from stretch, because in sid, yours 
libjs-mousetrap was replaced last weekend by another package with different  
structure
https://packages.qa.debian.org/libj/libjs-mousetrap.html
is that intentional?

Libor


Reply to: