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

resolve issue #228 #229

Closed
wants to merge 1 commit into from
Closed

resolve issue #228 #229

wants to merge 1 commit into from

Conversation

iocast
Copy link

@iocast iocast commented May 21, 2014

No description provided.

@iocast
Copy link
Author

iocast commented May 21, 2014

according to the nodejs doc of path.resolve is the if not obsolete?

in the doc you have the following example

path.resolve('/foo/bar', '/tmp/file/')
// returns
'/tmp/file'

which is what we want or do I forgot something?

@oklai
Copy link
Owner

oklai commented May 23, 2014

path.resolve is we need.

e.g.

path.resolve('/home/Workspaces/project/', '../libs/style.scss')
// will return
// '/home/Workspaces/libs/style.scss'

@iocast iocast closed this Apr 13, 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