Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Bower install needs to build Sinon #47

Open
goblindegook opened this issue Dec 23, 2014 · 2 comments
Open

Bower install needs to build Sinon #47

goblindegook opened this issue Dec 23, 2014 · 2 comments
Assignees
Milestone

Comments

@goblindegook
Copy link
Member

A pre-built Sinon isn't fetched by Bower, we will need to build it ourselves.

In the meantime, do the following as a workaround, starting at the B3 project root:

$ cd bower_components/sinon
$ gem install juicer
$ npm install formatio
$ ./build
$ cd ../..
$ gulp bower
@goblindegook goblindegook self-assigned this Dec 23, 2014
@goblindegook goblindegook added this to the 1.0 milestone Dec 23, 2014
@goblindegook
Copy link
Member Author

Now that I think about it, why are we even getting Sinon from Bower? Most of our dev dependencies are npm modules.

@pcruz7
Copy link
Contributor

pcruz7 commented Dec 30, 2014

The real question here is: why are we using bower? :P

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants