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

gobble-sass 0.5.0 failing with EISDIR #5

Open
martypdx opened this issue Aug 27, 2015 · 0 comments
Open

gobble-sass 0.5.0 failing with EISDIR #5

martypdx opened this issue Aug 27, 2015 · 0 comments

Comments

@martypdx
Copy link

Hey there, with 0.5.0 (on OSX) we get:

input:  /Users/marty/cardsmith/cardsmith.co/.gobble/01-moveTo/1
output: /Users/marty/cardsmith/cardsmith.co/.gobble/02-sass/1
>>>
EISDIR, open '/Users/marty/cardsmith/cardsmith.co/.gobble/02-sass/1'
Error: EISDIR, open '/Users/marty/cardsmith/cardsmith.co/.gobble/02-sass/1'
    at Error (native)
<<<

Even in the most simple of a gobblefile.js of:

module.exports = gobble( 'src/css' ).transform( 'sass', {
      src: 'main.scss',
      dest: 'main.css'
});

Installing 0.4.0 and problem goes away. We have one dev on a windows machine and 0.5.0 works. Go figure.

Any ideas?

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

No branches or pull requests

1 participant