Browse Source

Update readme

pull/1785/head
jlukic 9 years ago
parent
commit
ddbc6c4ec9
1 changed files with 7 additions and 10 deletions
  1. 17
      src/README.md

17
src/README.md

@ -1,21 +1,18 @@
## Using Build Tools
## Built-In Tools
To build Semantic UI from its source less files you can use the built in gulp tasks.
From the Semantic directory you can use gulp by running.
From the Semantic directory you can setup gulp to build Semantic by running.
```bash
npm install
```
After install finishes you can start build tools using
After install finishes you can start build/watch by using:
```bash
gulp watch
```
or
```bash
gulp build
```
[Getting Started Guide](http://learnsemantic.com/guide/expert.html)
## Using Custom Pipelines
#### Gulp Import
@ -39,7 +36,7 @@ After adjusting the file, you can import files into less two ways:
To import all of Semantic UI:
```less
@import 'src/semantic.less';
@import 'src/semantic';
```
To import a specific component
@ -51,7 +48,7 @@ To import a specific component
* `definitions/` contains the `css` and `javascript` definitions for each component
* `themes/` contains *pre-packaged themes* including Semantic's default theme
* `site/` contains your current project's theme, known formally as a "site theme"
* `site/` contains your current site's theme
#### Inheritance

Loading…
Cancel
Save