Closed jhanstra closed 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.
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
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.
Just released 0.2.2 to fix this
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?