You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 16, 2023. It is now read-only.
I'm not comfortable to duplicate files into <basepath>/vendor/assets/javascript. For example I'm using angularjs-rails gem that provide AngularJS javascript files for me in ~/.rvm/gems/ruby-2.0.0-p247/gems/angularjs-rails-1.0.8/vendor/assets/javascripts/angular.js.
It is possible to reference files in config/karma.conf.js by absolute path, but that will not scale in multideveloper (or opensource) project. Can you somehow implement assets pipeline or any other magic so I can reference my libs using standard (Rails 3.1+) way?