Skip to content
This repository has been archived by the owner on Jun 17, 2019. It is now read-only.

Commit

Permalink
docs(gulpfile): in TL;DR add Node.js and gulp installation
Browse files Browse the repository at this point in the history
This closes #114 as the TL;DR is now sufficient to be a guide for building
the extensions.
  • Loading branch information
deltaidea committed Sep 1, 2015
1 parent 137f12a commit b9f18f2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gulpfile.litcoffee
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
vk-x is written in CoffeeScript, built using Browserify, tested in PhantomJS
using Karma.

- `npm i` to prepare the environment
- install [Node.js](http://nodejs.org/)
- `npm i -g gulp && npm i` to prepare the environment
- `gulp test` to run tests
- `gulp build` to build unpacked extensions
- `gulp dist` to build packed extensions
Expand Down Expand Up @@ -69,7 +70,7 @@ There's a bunch of JavaScript files in
See [Fork A Repo](https://help.github.com/articles/fork-a-repo).
## Prepare environment
- Install [NodeJS](http://nodejs.org/).
- Install [Node.js](http://nodejs.org/).
- Install [gulp](http://gulpjs.com) command line utility:
`npm install -g gulp`
- Install dependencies: `npm install`
Expand Down

0 comments on commit b9f18f2

Please sign in to comment.