Skip to content

Commit

Permalink
package: Update duo to 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Mathieson committed Feb 2, 2015
1 parent 38fae87 commit f761988
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -41,11 +41,11 @@ build-metalsmith: node_modules $(src)

# Build the Javascript source with Duo.
build/index.js: node_modules index.js $(js) $(html) $(json)
@$(duo) index.js > build/index.js
@$(duo) --stdout index.js > build/index.js

# Build the CSS source with Duo and Myth.
build/index.css: node_modules index.css $(css)
@$(duo) -c index.css | $(myth) > build/index.css
@$(duo) --stdout -c index.css | $(myth) > build/index.css

node_modules: package.json
@npm install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"chalk": "^0.5.1",
"co-exec": "^1.1.0",
"duo": "~0.7.7",
"duo": "^0.9.2",
"handlebars": "^2.0.0-alpha.4",
"koa": "^0.8.2",
"koa-logger": "^1.2.2",
Expand Down

0 comments on commit f761988

Please sign in to comment.