UWMadisonUcomm / uw-ui-toolkit

A web front-end toolkit based on Bootstrap for designing and developing modern, mobile-first websites for the University of Wisconsin-Madison
Apache License 2.0
16 stars 15 forks source link

Fix bower ignoring less src files #63

Closed jhanstra closed 9 years ago

jhanstra commented 9 years ago

In the previous changeset I added folders to ignore in bower.json that were irrelevant for end users. 'my-uw' and 'examples' inadvertently made bower ignore these folders under src/less in addition to the 'my-uw' and 'examples' folders in the root. This hopefully fixes that.