Skip to content

Commit

Permalink
Add snockets compilation to muffin.
Browse files Browse the repository at this point in the history
 - Bump q version
 - Bump muffin version
  • Loading branch information
airhorns committed Apr 30, 2012
1 parent 4364725 commit 8afea7c
Show file tree
Hide file tree
Showing 3 changed files with 189 additions and 126 deletions.
182 changes: 114 additions & 68 deletions lib/muffin.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"author": "Harry Brundage <harry.brundage@jadedpixel.com> (http://shopify.com/)",
"name": "muffin",
"description": "Handy helpers for Cakefiles",
"version": "0.3.0",
"version": "0.4.0",
"homepage": "http://github.com/hornairs/muffin",
"repository": {
"type": "git",
Expand All @@ -16,13 +16,14 @@
"node": "0.4.x || 0.6.x"
},
"dependencies": {
"q": "0.7.1",
"q": "~>0.8",
"q-fs": "0.1.17",
"docco": "~0.3.0",
"coffee-script": "~1.3",
"glob": "~>3.0.1",
"uglify-js": "1.1.0",
"uglify-js": "~>1.2",
"prompt": "~>0.1.3",
"temp": "~>0.2.0"
"temp": "~>0.2.0",
"snockets": "~>1.3"
}
}

0 comments on commit 8afea7c

Please sign in to comment.