Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for Coco 0.7.6, path.exist -> fs.exist. New Dust engine. #9

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

rektide
Copy link

@rektide rektide commented Jul 24, 2012

Hi there. Sorry, I didn't know pull requests off a single branch would have such poor granularity: I would've done feature branches had I known. The changes are all very small, mercifully & safe.

The first two commits address Coco 0.7.6 removing + as an Array concatenator. The issue for that is:
#7
rektide@f96dbbe

The third commit implements (fs.exists || path.exists) to handle node's migration of this API item. The issue for that is:
#6
You are correct in your assesment:
#6 (comment)
rektide@57ca095

The fourth commit is a feature, support for compiling Dust.js templates. This will work with nearly any dust version, but the best maintained atm is LinkedIn's. The issue for this is:
#8
rektide@206c35b

Thank you very much for developing and maintaining this epic library. If I can assist you with any of these issues, please let me know how I can help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant