项目作者: SparkPost

项目描述 :
Bower repo for Sinon.js
高级语言: JavaScript
项目地址: git://github.com/SparkPost/bower-sinon.git
创建时间: 2013-10-03T19:51:30Z
项目社区:https://github.com/SparkPost/bower-sinon

开源协议:

下载


bower-sinon

Bower repo for Sinon.js

Creating a release of Sinon.js

  1. # clone this repo
  2. git clone git@github.com:messagesystems/bower-sinon
  3. cd bower-sinon
  4. # install the juicer gem (required by sinon to build)
  5. gem install juicer
  6. # install grunt
  7. npm install -g grunt-cli
  8. npm install
  9. # run the build via grunt
  10. grunt build[:version]