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

src folder no longer being delivered by bower #65

Closed jhanstra closed 9 years ago

jhanstra commented 9 years ago

Somehow we lost the src folder with all the less files in it when pulling in the latest version with Bower. I can't identify any ignore statement in bower that would have taken it out. @jnweaver any ideas? Am I missing something?

image

image

jnweaver commented 9 years ago

Hmm, I'm actually seeing src when I just installed it now. And I'm seeing all the other directories that begin ./ I should have looked at that closer. I think the ignore pattern there should be just /examples etc, same as a .gitignore file. But I'm not sure why you're not seeing src.

jnweaver commented 9 years ago

Jared, try installing the bowerignore branch and see if that works for you. It's working as expected for me. You should have dist, src, README and the bower.json file.

Here's a sample bower.json file to use: https://gist.github.com/jnweaver/8125067e4533d29753e8

jhanstra commented 9 years ago

I uninstalled and reinstalled uw-ui-toolkit on MyUW and it worked. Not sure what was going on but it's working now. And yep, I got all the ./ folders too, so that's not the right syntax. The updates in that branch look correct to me.

jnweaver commented 9 years ago

Just released 0.2.2 to fix this