Skip to content

Commit

Permalink
Merge pull request #784 from hammerlab/remove-biodalliance-refs
Browse files Browse the repository at this point in the history
Remove remaining references to biodalliance
  • Loading branch information
danvk committed Jul 8, 2015
2 parents 5ef3da0 + a6ec190 commit 1d2acef
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
9 changes: 1 addition & 8 deletions DEVELOP.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,16 +78,9 @@ gulp build

This will also minify the JS and not create a source map.

To update BioDalliance, run:

```
npm install
gulp dalliance
```

Run `gulp peg` to update the `PEG.js` generated grammar after modifying CQL.

Run `gulp prod` to update all of the above (BioDalliance, PEG.js grammar, etc.)
Run `gulp prod` to update all of the above (PEG.js grammar, etc.)


### 6. Start CycleDash
Expand Down
3 changes: 0 additions & 3 deletions tests/js/ExaminePage-comments-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ var React = require('react/addons'),
_ = require('underscore'),
sinon = require('sinon');

global.reactModulesToStub = [
'components/BioDalliance.js'
];

var ExaminePage = require('../../cycledash/static/js/examine/components/ExaminePage'),
createRecordStore = require('../../cycledash/static/js/examine/RecordStore'),
Expand Down
3 changes: 0 additions & 3 deletions tests/js/ExaminePage-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ var React = require('react/addons'),
assert = require('assert'),
_ = require('underscore');

global.reactModulesToStub = [
'components/BioDalliance.js'
];

var ExaminePage = require('../../cycledash/static/js/examine/components/ExaminePage'),
QueryBox = require('../../cycledash/static/js/examine/components/QueryBox'),
Expand Down

0 comments on commit 1d2acef

Please sign in to comment.