Skip to content

Instantly share code, notes, and snippets.

@joshski
Last active August 29, 2015 14:10
Show Gist options
  • Save joshski/d9bb65ae9900a9058d04 to your computer and use it in GitHub Desktop.
Save joshski/d9bb65ae9900a9058d04 to your computer and use it in GitHub Desktop.
Beefy Pogo
mkdir beefy-test
cd beefy-test
npm init
npm install pogo watchify pogoify cssify beefy -save
echo "* { color: red }" > index.css
echo "require './index.css'" > index.pogo
echo "document.body.innerHTML = 'Featurist FTW'" >> index.pogo
beefy index.pogo -- -t pogoify -t cssify
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment