Skip to content

Instantly share code, notes, and snippets.

View kevinwo's full-sized avatar

Kevin Wolkober kevinwo

View GitHub Profile
config :future_space, MyCoolProject.Endpoint,
http: [port: 4000],
debug_errors: true,
code_reloader: true,
check_origin: false,
watchers: [node: ["node_modules/webpack/bin/webpack.js", "--watch-stdin", "--progress", "--color",
cd: Path.expand("../", __DIR__)]]
{
"repository": {},
"license": "MIT",
"scripts": {
"deploy": "webpack -p",
"watch": "webpack --watch-stdin --progress --color"
},
"dependencies": {
"phoenix": "file:deps/phoenix",
"phoenix_html": "file:deps/phoenix_html",
@kevinwo
kevinwo / SKMultilineLabel.swift
Created September 24, 2015 07:52 — forked from craiggrummitt/SKMultilineLabel.swift
Multi line label in Sprite Kit in Swift
//
// SKMultilineLabel.swift
//
// Created by Craig on 10/04/2015.
// Copyright (c) 2015 Interactive Coconut. All rights reserved.
//
/* USE:
(most component parameters have defaults)