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 node module #22

Merged
merged 1 commit into from
Feb 28, 2015
Merged

fix node module #22

merged 1 commit into from
Feb 28, 2015

Conversation

pocketjoso
Copy link
Owner

Solves #21.

@@ -54,24 +59,3 @@ if(input) {
error(e);
}
}


if(!input) {
Copy link
Owner Author

Choose a reason for hiding this comment

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

@dhoko This code is never used, so I'm removing it. looks to me like your plan was to output some specificity information directly to stdout if no directory was specified - I'm open for adding that back in if you get it working. :)

(I'm going to merge this code, but please respond anyway.)

Copy link
Contributor

Choose a reason for hiding this comment

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

You can use this behavior with a pipe.

cat style.css | specificity-graph

:)

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.. but wouldn't this line already have exited the program by then?

pocketjoso added a commit that referenced this pull request Feb 28, 2015
@pocketjoso pocketjoso merged commit b4f7ded into master Feb 28, 2015
@pocketjoso pocketjoso deleted the fix-node-module branch February 28, 2015 19:06
@pocketjoso pocketjoso mentioned this pull request Feb 28, 2015
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.

2 participants