Skip to content

Commit

Permalink
removes rooibosPreprocessor - it now is in it's own repo
Browse files Browse the repository at this point in the history
  • Loading branch information
George Cook committed Feb 19, 2019
1 parent a9b31f8 commit 1477b1e
Show file tree
Hide file tree
Showing 220 changed files with 3 additions and 41,467 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Simple, mocha-inspired, flexible, fun Brightscript test framework for ROKU apps
<img src="images/exampleImage.png" alt="Mocha test framework" />
</p>

[![Build Status](https://travis-ci.org/georgejecook/rooibos.svg?branch=master)](https://travis-ci.org/georgejecook/rooibos)

## Links
- **[Youtube training videos](https://www.youtube.com/playlist?list=PLJRLV4QDx83vsYMD9bIs-cjoDXmNmO8Jv)**
- **[Documentation](docs/index.md)**
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Rooibos is intentionally simple to work with. You simply copy in the `rooibos.ca

### RooibosC

To get the best performance and test flexibility, rooibos leverages a javascript based preprocessor, which prepares some files which get sideloaded with your tests. Simply:
To get the best performance and test flexibility, rooibos leverages a typescript preprocessor, named [rooibosC](https://github.com/georgejecook/rooibosPreprocessor), which prepares some files which get sideloaded with your tests. Simply:

1. `npm install -g rooibos-preprocessor`
2. execute the following command from your ci/test run/make file/gulp script: `rooibosC p build/path/source/tests/ build/path`, where the args are pathToYourTests, pathToRootFolder. The latter is used to fix the `pkg:/locations` in rooibos's output.
Expand Down
24 changes: 0 additions & 24 deletions rooibosPreprocessor/Makefile

This file was deleted.

12 changes: 0 additions & 12 deletions rooibosPreprocessor/config.json

This file was deleted.

48 changes: 0 additions & 48 deletions rooibosPreprocessor/npm-debug.log

This file was deleted.

Loading

0 comments on commit 1477b1e

Please sign in to comment.