From af46141e3d28b004cf0c2923b7d7fd5c2e1bc3b6 Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Thu, 19 Feb 2015 12:12:57 -0500 Subject: [PATCH] Update README.md --- src/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/README.md b/src/README.md index 0ed864e3d..fa31a6ce9 100644 --- a/src/README.md +++ b/src/README.md @@ -62,6 +62,14 @@ filename | usage | Initial Name **semantic.json** | stores folder paths for build tools and current installed version for updates. Only necessary when using build tools | semantic.json.example +### Workflow + +You will only need to use Semantic's build tools while refining your UI, while designing pages you can rely on the packages in `dist/` and your software stack's normal build set-up. + +When creating your UI you can try downloading different themes, adjusting your site-wide settings (font-family, colors, etc) and tweaking components in your site's component overrides. + +Files in the `examples/` folder of your project can be useful for testing out changes in your UI. For example, you might run `gulp watch` download a new theme to `src/site/themes/` then adjust your `theme.config` file with the name of the new theme and refresh `examples/kitchensink.html` to inspect changes in the theme. + ## Theming ### Concepts