Skip to content

Commit

Permalink
Merge pull request #558 from hannu/update-dev-instructions
Browse files Browse the repository at this point in the history
Remove outdated information from development instructions
  • Loading branch information
junaidrsd committed Apr 9, 2015
2 parents 73fb5ac + b4019b4 commit af53e02
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,11 @@ pull request from either your `dev` branch or from a feature branch.

### Running development server and watches

The project contains a small demo stylesheet that can be used to develop the UI.
Start watching UI code changes in lib/app and build the app using the demo stylesheets:
The stylesheet of the style guide itself could be used as test data.
Start watching UI code changes in lib/app and build the app using the style guides stylesheets:

gulp dev

Running the task also runs a small development server, and does the same as:

gulp watch --source ./lib/app --output ./demo-output --config ./lib/app/styleguide_config.json

### Running tests

Run all the tests and JSCS linting with
Expand Down

0 comments on commit af53e02

Please sign in to comment.