Closed erickedji closed 10 years ago
Grasp can't open files specified with absolute paths.
A possible fix is to use path.resolve instead of path.join in https://github.com/gkz/grasp/blob/master/src/index.ls#L273 (this however makes all paths absolute in the output).
path.resolve
path.join
Grasp can't open files specified with absolute paths.
A possible fix is to use
path.resolve
instead ofpath.join
in https://github.com/gkz/grasp/blob/master/src/index.ls#L273 (this however makes all paths absolute in the output).