Sha256: 83fbc766cd2dcc38770b44fdffdd4b675df0a11e2f949dfff1ff9d3a6edd96bd

Contents?: true

Size: 1.7 KB

Versions: 45

Compression:

Stored size: 1.7 KB

Contents

# \<gs-element-blockly\>

Element providing Blockly 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
```

Despues de correr el comando visitar http://localhost:8080/components/gs-element-blockly/

![](screenshots/doc.png)

Y hacer click en el botón de arriba a la derecha "demo"

![](screenshots/demo.png)

## Building Your Application

```
$ polymer build
```

This will create a `build/` folder with `bundled/` and `unbundled/` sub-folders
containing a bundled (Vulcanized) and unbundled builds, both run through HTML,
CSS, and JS optimizers.

You can serve the built versions by giving `polymer serve` a folder to serve
from:

```
$ polymer serve build/bundled
```

## 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 Program-AR.github.io/gs-element-blockly

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

```bash
mkdir temp
cd temp
../gp.sh Program-AR gs-element-blockly dev
cd ..
rm -rf temp
```

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

## Gem wrapper

This module can also be deployed a ruby gem. `gobstones-blockly` 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

45 entries across 45 versions & 1 rubygems

Version Path
gobstones-blockly-0.32.1 README.md
gobstones-blockly-0.32.0 README.md
gobstones-blockly-0.31.0 README.md
gobstones-blockly-0.30.1 README.md
gobstones-blockly-0.30.0 README.md
gobstones-blockly-0.29.1 README.md
gobstones-blockly-0.29.0 README.md
gobstones-blockly-0.28.1 README.md
gobstones-blockly-0.28.0 README.md
gobstones-blockly-0.25.4 README.md
gobstones-blockly-0.25.3 README.md
gobstones-blockly-0.25.2 README.md
gobstones-blockly-0.25.1 README.md
gobstones-blockly-0.25.0 README.md
gobstones-blockly-0.24.3 README.md
gobstones-blockly-0.24.2 README.md
gobstones-blockly-0.24.1 README.md
gobstones-blockly-0.24.0 README.md
gobstones-blockly-0.23.0 README.md
gobstones-blockly-0.22.0 README.md