Skip to content

Commit

Permalink
Merge pull request #1 from phated/master
Browse files Browse the repository at this point in the history
fix for static files like css
  • Loading branch information
yocontra committed Jan 27, 2012
2 parents de90646 + 8db5ed8 commit adc3e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util.coffee
Expand Up @@ -22,5 +22,5 @@ module.exports =
path = join lpath, 'index.' + key
return path if existsSync path
else # Specific file
return lpath if existsSync path
return lpath if existsSync lpath
return

0 comments on commit adc3e44

Please sign in to comment.