Misha Koryak
Misha Koryak
I had this problem and fixed it by making sure to include the yaml file renamed correctly to match checkpoint name. The wiki talks about doing this for 2.x models....
+1 FYI to anyone else who decides to use this fork directly: it was forked from a buggy commit in master and will not work. I applied it to latest...
this plugin ends up generating this code (which i got via debugging into browserify): ``` js require("./bower_components/angular-bootstrap/ui-bootstrap-tpls.js"); require("./bower_components/ng-tags-input/ng-tags-input.min.js"); require("./bower_components/angular-moment/angular-moment.js"); require("./bower_components/hn-nerds-components/bower.json"); require(); require(); require(); require("./bower_components/angular-scroll/angular-scroll.js"); require("./bower_components/ngstorage/ngStorage.js"); require("./bower_components/angulartics/src/angulartics.js") require("./bower_components/angulartics/src/angulartics-adobe.js") require("./bower_components/angulartics/src/angulartics-chartbeat.js") require("./bower_components/angulartics/src/angulartics-cnzz.js") require("./bower_components/angulartics/src/angulartics-flurry.js")...
you can try this bower json (i removed some packages from our private bower, but it shouldnt matter, unless it matters that it was a dep of one of our...
one last thing - you might consider adding some code like this to your PR: ``` js getChildOverrides = function(bowerPath) { var configs, overrides; configs = glob.sync(bowerPath + "/**/bower.json"); overrides...
I would venture to say that it is not.
probably just use that plugin together with this one and hope
that doesnt really help me since im trying to figure out what that function wants. I guess its time to move to a different project
Hey, this PR works - are you interested in merging this or should I delete my fork?