Viacheslav Ptsarev

Results 6 comments of Viacheslav Ptsarev

@githubble01 I'm glad someone needs it after 3 years) Would be nice to know why simple PRs with translation fixes are so deprioritized. I'd be happy to help. Although after...

Hi! Got the same error. How can I do it manually while it's being fixed?

This is how I did it manually (using my own paths and Bootstrap-sass): ``` ruby namespace :assets do desc 'compile javascript assets' task :compile_js => :environment do sprockets = Sprockets::Environment.new(PADRINO_ROOT)...

+1 For _bootstrap-sass_ support. When using `\= require 'bootstrap'` in my `application.js` I get: ``` Sprockets::FileNotFound at / couldn't find file 'bootstrap' (in .../app/assets/js/application.js:1) ``` Is there an easy fix...