Merge pull request #22 from therebelrobot/feature/npm-start

Consolidate initial dev commands with `npm start`
This commit is contained in:
Mario Bašić
2015-06-13 09:48:25 +02:00
2 changed files with 4 additions and 10 deletions

View File

@@ -29,16 +29,9 @@ Installation
> For development purposes only. > For development purposes only.
Install NPM dependencies: To get started, install NPM and Bower dependencies, and do an initial build with Gulp:
``` ```
npm install npm start
```
Install Bower dependencies:
```
bower install
``` ```
Run Gulp once: Run Gulp once:

View File

@@ -1,6 +1,7 @@
{ {
"scripts": { "scripts": {
"test": "jest && mocha --compilers js:mocha-traceur tests/**/*.spec.js" "test": "jest && mocha --compilers js:mocha-traceur tests/**/*.spec.js",
"start": "npm install && bower install && gulp"
}, },
"jest": { "jest": {
"testFileExtensions": [ "testFileExtensions": [