Skip to content

Commit

Permalink
Adjust grunt release task
Browse files Browse the repository at this point in the history
  • Loading branch information
adroaldof committed Sep 11, 2015
1 parent dad8972 commit 626294f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@ module.exports = function (grunt) {
options: {
npm: false,
indentation: ' ',
beforeBump: ['check'],
github: {
repo: 'fiddus/client-template',
usernameVar: 'GITHUB_USERNAME',
Expand Down
21 changes: 19 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Client side of Fiddus Project


## Development Environment Setup

To run this project you need to install some [Node](https://nodejs.org/en/) modules
Expand All @@ -10,22 +11,38 @@ To run this project you need to install some [Node](https://nodejs.org/en/) modu
npm install -g grunt-cli karma mocha bower
```

## Using:

## Usage

```
git clone git@github.com:fiddus/client-template.git
cd client-template
. ./project.sh
npm install
bower install
serve
```


## Useful Commands

```
. ./project.sh
```

Now you have some command lines at your hands

Type `help` and press Enter to check the available commands



## Environment Variables

The following environment variables must be set in order to this app to work properly:

- NODE_ENV: should be set to `prod`, `dev` or `test`
- GITHUB_USERNAME: should be set to allow `grunt release` to work properly
- GITHUB_ACCESS_TOKEN: same as above


## Contributing

Expand Down

0 comments on commit 626294f

Please sign in to comment.