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 #173: Error message if bower.json missing #190

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

qmax03
Copy link

@qmax03 qmax03 commented Oct 29, 2015

No description provided.

var bowerJson;

try {
fs.accessSync(bowerJsonLocation);
Copy link
Owner

Choose a reason for hiding this comment

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

why not read the file here and if it didn't happen throw an Error :)

Copy link
Owner

Choose a reason for hiding this comment

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

And PR-s should be directed to the next version branch

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