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

remove makefile in favor of package.json scripts; CSR -> CS #27

Merged
merged 2 commits into from Feb 25, 2015

Conversation

EndangeredMassa
Copy link
Owner

No description provided.

},
"scripts": {
"test": "echo 'write some tests'"
"build": "./node_modules/.bin/coffee -cbo lib src",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

package.json scripts have node_modules/.bin at the front of their PATH by default - just coffee is enough.

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, right. I copy-pasted this. Will fix.

@jkrems
Copy link

jkrems commented Feb 25, 2015

🎊 - LGTM!

@EndangeredMassa
Copy link
Owner Author

Simplified the build task

@jkrems
Copy link

jkrems commented Feb 25, 2015

👍 - down with the Makefile!

EndangeredMassa added a commit that referenced this pull request Feb 25, 2015
remove makefile in favor of package.json scripts; CSR -> CS
@EndangeredMassa EndangeredMassa merged commit ba65af8 into master Feb 25, 2015
@EndangeredMassa EndangeredMassa deleted the coffee-make branch February 25, 2015 20:43
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

2 participants