Skip to content

Commit

Permalink
🔥 remove gulp (#8159)
Browse files Browse the repository at this point in the history
* remove gulpfile
* remove gulp dependencies
* Update README.md
  • Loading branch information
kirrg001 authored and kevinansfield committed Mar 14, 2017
1 parent 5605c96 commit f4a68a2
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 1,262 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@ If you get stuck, come say hi over [on slack](https://slack.ghost.org)!

```bash
git clone [Ghost's repo URL or your Ghost Fork's URL]
npm install -g knex-migrator gulp
npm install -g knex-migrator grunt
npm install
git submodule update --init
cd core/client
npm install
bower install
cd ../..
gulp setup
grunt build
knex-migrator init
gulp dev
grunt dev
```

To run tests
Expand Down
Loading

0 comments on commit f4a68a2

Please sign in to comment.