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

You can't specify an empty prefix #2

Open
nsrosenqvist opened this issue Jul 17, 2013 · 0 comments
Open

You can't specify an empty prefix #2

nsrosenqvist opened this issue Jul 17, 2013 · 0 comments

Comments

@nsrosenqvist
Copy link

You can't specify an empty prefix since:

if (!options.prefix) {
      options.prefix = "./app/styles/";
}

where options.prefix = "" will evaluate to true and the prefix will be set to "./app/styles/"

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