No commit activity in last 3 years
No release in over a year
Gobstones Code Runner
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 1.16, < 3
~> 10.0
~> 3.0
 Project Readme

<gobstones-code-runner>

Element providing code runner interface for Gobstones Web

Install Development Environment

First, make sure you have the Polymer CLI and Bower installed.

$ 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. 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:

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

cd gem
rake wrapper:wrap
bundle install
bundle exec rspec

Building

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

./build.sh

Tagging and releasing

./tag.sh