Skip to content Skip to sidebar Skip to footer
Showing posts with the label Bower

Can't Install Bower Components Using Grunt - "arguments To Path.join Must Be Strings"

I'm having issues installing Bower components using my Gruntfile.js. I can however install the … Read more Can't Install Bower Components Using Grunt - "arguments To Path.join Must Be Strings"

Include Html Templates In A Bower Component For Angular

I'm making some reusable directives for my angular apps by putting them in a separate bower com… Read more Include Html Templates In A Bower Component For Angular

Creating A Reusable RequireJs Library

Given the following simplified scenario, how could I best construct my reusable component so that i… Read more Creating A Reusable RequireJs Library

What's A Good Method For Monkey Patching Bower Packages In Angular?

I'm working on an Angular.js project based on ngBoilerplate. I had some environment specific is… Read more What's A Good Method For Monkey Patching Bower Packages In Angular?