Last active
August 29, 2015 14:10
-
-
Save joshski/d9bb65ae9900a9058d04 to your computer and use it in GitHub Desktop.
Beefy Pogo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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