Christian (Xian) Lilley

Results 3 comments of Christian (Xian) Lilley
trafficstars

@mrhooray, until someone maintains a dedicated package for it, you can just add jquery to your excludes: ``` wiredep: { app: { src: ['/index.html'], ignorePath: /\.\.\//, exclude: [ 'bower_components/bootstrap-sass-official/assets/javascripts', 'bower_components/jquery'...

Either I goofed, or changing index.js didn't work for me. _However_, making it `index.cjs` (CommonJS module extension) seems to have done the trick. No other syntax changes required, as yet....

@mycarrysun @helloint @skyFabioCozz - what errors/behavior do you get when you attempt to install from a private repo, so we can tell which potential problems are from that, and which...