inuit.css
inuit.css copied to clipboard
Update git tag & bower.json version
@csswizardry: There was some merged PRs recently, could you also update the git tag and the version in the bower.json
?
We are using some automated systems & builds servers, and all our packages are cached (via Bower's cache or other). So even we specify to re-download the package, it still take the cached version because it doesn't see a new version in the remote repo.
We still could make the update manually to fix that issue, but this isn't ideal.
Thanks!
Meanwhile if we want to get a specific version of the repo, we can hack a bit the bower.json
by specifying:
"inuit.css": "git://github.com/csswizardry/inuit.css#<git-commit-sha>"