We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73fb5ac + b4019b4 commit af53e02Copy full SHA for af53e02
DEVELOPMENT.md
@@ -6,15 +6,11 @@ pull request from either your `dev` branch or from a feature branch.
6
7
### Running development server and watches
8
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:
+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:
11
12
gulp dev
13
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
18
### Running tests
19
20
Run all the tests and JSCS linting with
0 commit comments