Sha256: 33ff0b0f7c731868ace223143b9140cb474e3ac378112b6ac2805c2f85efd360

Contents?: true

Size: 1006 Bytes

Versions: 155

Compression:

Stored size: 1006 Bytes

Contents

smock
=====

The Studio styleguide project


### Running the build

The quickest way to get started is to run the following commands
```bash
bundle install
rake build_version
```

### Running Smock locally

While you can do `ruby -run -e httpd ./versions/latest -p 9090`, some people prefer to use [Pow](http://pow.cx) instead. Install using:

```bash
curl get.pow.cx | sh
```

The easiest way to do all the symlinking is:

```bash
cd ~/.pow
mkdir smock
cd smock
ln -s /path/to/smock/versions/latest public
```

### Dev'ing Sass locally

To aid development this project provides two tasks:

This will copy and compile the latest code_html examples and make it ready on `smock.dev`
```bash
rake build_version
```

This will monitor sass files for changes re-compile ready on `smock.dev`
```bash
rake sasswatch
```

Note that you have to use rake build_versions to copy across markup.

### SVG to CSS

http://b64.io/

### TODO


- Set up build tasks to update and download the stuff in the third party folder

Version data entries

155 entries across 155 versions & 1 rubygems

Version Path
smock-0.1.268 README.md
smock-0.1.267 README.md
smock-0.1.266 README.md
smock-0.1.265 README.md
smock-0.1.264 README.md
smock-0.1.263 README.md
smock-0.1.262 README.md
smock-0.1.261 README.md
smock-0.1.260 README.md
smock-0.1.259 README.md
smock-0.1.258 README.md
smock-0.1.256 README.md
smock-0.1.255 README.md
smock-0.1.254 README.md
smock-0.1.253 README.md
smock-0.1.252 README.md
smock-0.1.251 README.md
smock-0.1.250 README.md
smock-0.1.249 README.md
smock-0.1.247 README.md