Skip to content
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.

Commit

Permalink
[css-writing-modes-3] Cleanup and README for tools/generators
Browse files Browse the repository at this point in the history
  • Loading branch information
kojiishi committed Jun 3, 2015
1 parent c6fc371 commit fe95aec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 46 deletions.
9 changes: 7 additions & 2 deletions css-writing-modes-3/tools/generators/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,23 @@ Generators
==========

Following test files are generated by the programs in this directory:
* orthogonal-parent-shrink-to-fit-001
* text-orientation-script-001

## Install

1. Install node.js
2. Type the following commands:
```
```shell
npm install
```
3. (optional) Install gulp globally so it'll be on your path:
```shell
sudo npm install -g gulp
```

## Generate Test Files

```
```shell
gulp
```
44 changes: 0 additions & 44 deletions tools/combo-split.js

This file was deleted.

0 comments on commit fe95aec

Please sign in to comment.