Skip to content

Commit af53e02

Browse files
author
junaidrsd
committed
Merge pull request #558 from hannu/update-dev-instructions
Remove outdated information from development instructions
2 parents 73fb5ac + b4019b4 commit af53e02

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

DEVELOPMENT.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,11 @@ pull request from either your `dev` branch or from a feature branch.
66

77
### Running development server and watches
88

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

1212
gulp dev
1313

14-
Running the task also runs a small development server, and does the same as:
15-
16-
gulp watch --source ./lib/app --output ./demo-output --config ./lib/app/styleguide_config.json
17-
1814
### Running tests
1915

2016
Run all the tests and JSCS linting with

0 commit comments

Comments
 (0)