Skip to content

Commit

Permalink
Merge pull request #777 from tinymce/feature/DX-873
Browse files Browse the repository at this point in the history
Removed API Reference generator script from Tiny 5
  • Loading branch information
Ryan Pollard committed Oct 4, 2018
2 parents fdc4cfd + 9d96f29 commit 464988d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 50 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,4 @@ including information on troubleshooting the "first time set up" process.

## Why is HTML minification disabled?

It's very slow and the minifier is using regex to parse HTML. We may add a different minifier in the future.

## Generating api docs from local files

```
npm i -g ephox/moxiedoc#feature/tinymcenext
./_scripts/api-reference-local.sh ../tinymce
```
It's very slow and the minifier is using regex to parse HTML. We may add a different minifier in the future.
21 changes: 0 additions & 21 deletions _scripts/api-reference-local.sh

This file was deleted.

18 changes: 0 additions & 18 deletions _scripts/api-reference.sh

This file was deleted.

3 changes: 0 additions & 3 deletions wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ build:
- bundle-install:
deployment: true
jobs: 10
- script:
name: import tinymce api reference
code: _scripts/api-reference.sh
- script:
name: build
code: _scripts/build.sh
Expand Down

0 comments on commit 464988d

Please sign in to comment.