Sha256: bd62753d90657ff244c7df922ce37d299592e4bedd394589abff5216a2313fad

Contents?: true

Size: 1.28 KB

Versions: 18

Compression:

Stored size: 1.28 KB

Contents

# \<gobstones-code-runner\>

Element providing code runner interface for Gobstones Web

## Install Development Environment

First, make sure you have the [Polymer CLI](https://www.npmjs.com/package/polymer-cli) and Bower installed. 

```Bash
$ npm install -g bower
$ npm install -g polymer-cli
```

Then, run `bower install`

## Viewing Your Application

```
$ polymer serve
```

## Building Your Application

```
$ polymer build
```

This will create a `dist/gobstones-code-runner.html` file.

## Running Tests

```
$ polymer test
```

Your application is already set up to be tested via [web-component-tester](https://github.com/Polymer/web-component-tester). Run `polymer test` to run your application's test suite locally.

## Deploy Demo to gobstones.github.io/gobstones-code-runner

Just create a folder and run gp.sh with parameters:

```bash
mkdir temp
cd temp
../gp.sh gobstones gobstones-code-runner dev
cd ..
rm -rf temp
```

or simply execute ./deploy-gh-pages.sh

## Gem wrapper

This module can also be deployed a ruby gem. `gobstones-code-runner` works with Ruby 2.3.1

```bash
cd gem
rake wrapper:wrap
bundle install
bundle exec rspec
```

## Building

This command will build a minified .html file with all included:

```bash
./build.sh
```

## Tagging and releasing

```bash
./tag.sh
```

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
gobstones-code-runner-0.10.1 README.md
gobstones-code-runner-0.10.0 README.md
gobstones-code-runner-0.9.0 README.md
gobstones-code-runner-0.8.0 README.md
gobstones-code-runner-0.7.2 README.md
gobstones-code-runner-0.7.0 README.md
gobstones-code-runner-0.6.0 README.md
gobstones-code-runner-0.5.4 README.md
gobstones-code-runner-0.5.3 README.md
gobstones-code-runner-0.5.2 README.md
gobstones-code-runner-0.4.2 README.md
gobstones-code-runner-0.4.1 README.md
gobstones-code-runner-0.3.1 README.md
gobstones-code-runner-0.3.0 README.md
gobstones-code-runner-0.2.0 README.md
gobstones-code-runner-0.1.0 README.md
gobstones-code-runner-0.0.8 README.md
gobstones-code-runner-0.0.5 README.md