Luis J. Centeno

Results 9 comments of Luis J. Centeno

> There is a simpler way to access your Vue app from the outside. In your main.js prepend before `new Vue()`: > > ``` > window.App = new Vue({ ......

I found a slightly dirty solution. I will publish in a couple of hours the solution that I found

I solved it in this way too. But, in android stops the option of "Install" in chrome

I just found this. I have not tried it yet, but it looks promising https://github.com/jfadev/jfa-pwa-toolkit

> I had the same problem. What worked for me was adding `puma` and `pumactl` to `rbenv_map_bins`. Hope this helps. @ngetahun it worked perfectly for my case too. Thank you...

This project seems to be dead. Check https://github.com/lovebrew/lovepotion, has support for wii-u, 3ds and switch

I'm trying to migrate my simple app to Polymer but i having the same problem. Any idea? ``` luishck@HP-14:~/projects/liveapp$ rails g polymer:install /home/luishck/.rvm/gems/ruby-2.2.4/gems/polymer-rails-1.1.0/lib/polymer-rails/railtie.rb:7:in `block in ': undefined method `context_class' for...

@ojss yes, Sprocket seems to be the problem. Well! Wait help! :yum:

``` luishck@HP-14:~/projects/liveapp$ rake coupons:install rake aborted! Don't know how to build task 'coupons:install' (see --tasks) /home/luishck/.rvm/gems/ruby-2.2.4/bin/ruby_executable_hooks:15:in `eval' /home/luishck/.rvm/gems/ruby-2.2.4/bin/ruby_executable_hooks:15:in `' (See full trace by running task with --trace) luishck@HP-14:~/projects/liveapp$ ``` ```...