Skip to content

Commit

Permalink
Merge branch 'remove-gulp'
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeal committed Mar 4, 2015
2 parents b8ef0e1 + add0b02 commit 424331d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Expand Up @@ -16,7 +16,7 @@ away!
git clone git@github.com:zapier/formatic.git
cd formatic
npm install
gulp live
npm run live
```

Point your browser to `localhost:3000/index.html`. Hack away on the code, the
Expand All @@ -29,10 +29,7 @@ from elsewhere.
## Build

```
git clone git@github.com:zapier/formatic.git
cd formatic
npm install
gulp build
npm run build
```

This will build two files in the build directory: formatic-min.js (minified)
Expand Down

0 comments on commit 424331d

Please sign in to comment.