lukeed / taskr

A fast, concurrency-focused task automation tool.
MIT License
2.53k stars 74 forks source link

File path within Stack is incorrect when using `-f` #181

Closed lukeed closed 7 years ago

lukeed commented 8 years ago

Using alternate flyfile path (-f option)

"scripts": {
    "fly": "fly -f web/static"
}

Result:

stack:
  - Error: File to read not found or unreadable: ~/.../web/static/app.sass

Expected:

stack:
  - Error: File to read not found or unreadable: ~/.../web/static/styles/app.sass

Something to do with this.root and an incorrect path.resolve perhaps

hzlmn commented 8 years ago

@lukeed Are you working on it, or I can look on?

lukeed commented 8 years ago

@hzlmn You're more than welcome! Makes sense while you do #192

lukeed commented 7 years ago

Solved after #218