inuit.css icon indicating copy to clipboard operation
inuit.css copied to clipboard

Update git tag & bower.json version

Open emagnier opened this issue 10 years ago • 1 comments

@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!

emagnier avatar Mar 10 '14 16:03 emagnier

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>"

emagnier avatar Mar 10 '14 18:03 emagnier