我试图从远程源获取gem然后将其提取到供应商/引擎
有没有办法使用bundler和Gemfile来做到这一点? 有没有办法为gem指定目标目录?
答案 0 :(得分:0)
您可以通过
执行此操作(function(N,f,W){'use strict';f.module("ngAnimate",["ng"]).directive("ngAnimateChildren",function(){return function(X,r,g){g=g.ngAnimateChildren;f.isString(g)&&0===g.length?r.data("$$ngAnimateChildren",!0):X.$watch(g,function(f){r.data("$$ngAnimateChildren",!!f)})}}).factory("$$animateReflow",["$$rAF","$document",function(f,r){var g=r[0].body;return function(r){return f(function(){r(g.offsetWidth)})}}]).config...
参考,How to tell the Gem File to use a specific local copy of a gem