docs/conf.py
import importlib
import inspect
import os
import sys| import * as PIXI from 'pixi.js'; | |
| document.addEventListener('DOMContentLoaded', () => { | |
| let renderer = PIXI.autoDetectRenderer( | |
| 600, | |
| 400, | |
| {antialias: true, transparent: false, resolution: 1, backgroundColor: 0xFFFFFF} | |
| ); | |
| }, false); |
This guide enables you to install (ruby-build) and use (rbenv) multiple versions of ruby, isolate project gems (gemsets and/or bundler), and automatically use appropriate combinations of rubies and gems.
# Ensure system is in ship-shape.
aptitude install git zsh libssl-dev zlib1g-dev libreadline-dev libyaml-dev