I hereby claim:
- I am funkytek on github.
- I am funkytek (https://keybase.io/funkytek) on keybase.
- I have a public key ASAEtfGAuwcaVlHr7xaVrE8H1uvPKusSDRnZjstrhwVKOAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
const State = require('nhg/state') | |
const Value = require('nhg/value') | |
const h = require('nhg/h') | |
const AppendHook = require('append-hook') | |
const RemoveHook = require('remove-hook') | |
const createStore = require('weakmap-shim/create-store') | |
const Store = createStore() | |
module.exports = TestComponent |
groan = require 'groan' | |
clean = require 'groan-clean' | |
jade = require 'groan-jade' | |
coffee = require 'groan-coffee' | |
minify = require 'groan-minify' | |
# wipe the public folder | |
wipe: [ folder('./public'), clean ] |
module.exports = | |
default: | |
name: "Fractal" | |
github: "wearefractal" | |
website: "www.wearefractal.com" | |
email: "[email protected]" | |
new: (jobs) -> | |
exec 'git init' |