Nick McClay
Nick McClay
As far as I can tell grunt-bower copies package files in alphabetical order. Which is sometimes something you might want to actually control. For example I'm trying to use grunt-bower...
Same issue as documented here: https://github.com/cibernox/git-repo-version/issues/21 Basically the package.json `files` property and `.npmingore` need defined.
Your version of ember-cli-version-checker needs to be updated to prevent the following deprecation warning in Ember 2.18.x: ``` DEPRECATION: An addon is trying to access project.nodeModulesPath. This is not a...
I've been playing around with synth and have found it pretty awesome to do front end prototyping with. One issue I ran into is that if you use bower to...
I wanted to use helper methods for [Font-Awesome-Rails](https://github.com/bokmann/font-awesome-rails) in my style guide partials. However they weren't available to the partial for some reason. I ended up tracking it down to...