Sha256: 197aecd606eea1b4defad389a518ca6102203b8d28b13c7593b4e8a3ef19059f

Contents?: true

Size: 1.01 KB

Versions: 2

Compression:

Stored size: 1.01 KB

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 by using the `powder` gem and running it in your `smock/versions/latest` directory:

```bash
gem install powder
cd ./versions/latest
powder link
```

### 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.

### TODO

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
smock-0.1.31 README.md
smock-0.1.30 README.md