As an example we have file "index.htmr" :
/* Variable Declarations */
@var {
assets: "/public/assets/";
};
/* Global Config */
@charset "utf8";
| var body = { | |
| id: 'body', | |
| elements: [{ | |
| id: 'abc', | |
| elements: [] | |
| }, { | |
| id: 'def', | |
| elements: [{ | |
| id: 'ghi', | |
| elements: [{ |
| #!/bin/bash | |
| wget https://storage.googleapis.com/golang/go1.6.3.linux-386.tar.gz | |
| tar go1.6.3.linux-386.tar.gz | |
| sudo rm -rf /opt/go | |
| sudo rm -rf /opt/gopkg | |
| sudo mv go /opt/ | |
| sudo mkdir -p /opt/gopkg | |
| export GOPATH="/opt/gopkg" | |
| export GOROOT="/opt/go" |
As an example we have file "index.htmr" :
/* Variable Declarations */
@var {
assets: "/public/assets/";
};
/* Global Config */
@charset "utf8";