简体   繁体   中英

Get new version (v2) of stampit from bower

I want to get the v2 version of stampit just by typing the 'bower install'.

I also set in bower config like this

"stampit": "git://github.com/ericelliott/stampit#v2_0"

and it seems that it did not created a compiled / dist for this new script. What's the best solution for this or any other alternatives? did I missed something?

stampit is available via bower: https://github.com/stampit-org/stampit-bower

$ bower install stampit

It provides standard UMD package.

UPD:

Install any version like this:

bower install stampit=https://npmcdn.com/stampit@4.1.1/dist/stampit.min.js

or

bower install stampit=https://unpkg.com/stampit@4.1.1/dist/stampit.min.js

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM