Sha256: ddb4640604e2fc24dcc28667b1b41ce44c1a6f73f38a569016fc67cdf43bfdc9

Contents?: true

Size: 979 Bytes

Versions: 65

Compression:

Stored size: 979 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.

### TODO


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

Version data entries

65 entries across 65 versions & 1 rubygems

Version Path
smock-0.1.58 README.md
smock-0.1.57 README.md
smock-0.1.56 README.md
smock-0.1.55 README.md
smock-0.1.54 README.md
smock-0.1.53 README.md
smock-0.1.52 README.md
smock-0.1.51 README.md
smock-0.1.50 README.md
smock-0.1.49 README.md
smock-0.1.48 README.md
smock-0.1.47 README.md
smock-0.1.46 README.md
smock-0.1.45 README.md
smock-0.1.44 README.md
smock-0.1.43 README.md
smock-0.1.42 README.md
smock-0.1.41 README.md
smock-0.1.40 README.md
smock-0.1.39 README.md