-
Notifications
You must be signed in to change notification settings - Fork 52
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
Error while checking same folder for two different tasks #50
Comments
Can you provide a link to or paste the relevant bits of your config? |
If I add a new file I get this output:
compass:development should run, because it's a new file... |
I figured out that compass is the problem. If I run
I I just run
|
I also get this problem using compass with the grunt-newer plugin. :( |
You can use src in your compass config and it will work. compass: {
src: '<%= pkg.sassAppDir %><%= pkg.theme %>/watchdir/**/*.scss',
options: {
sassDir: '<%= pkg.sassAppDir %><%= pkg.theme %>/watchdir', |
@oliverchrist No, that didn't work :( |
Have you tried putting "src" in the subtask, too? |
In my config I'm checking the same folder and files for grunt-csscomb and grunt-compass. But if the newer task has checked the state for csscomb, it doesn't work for compass anymore.
I need a way to say grunt-newer to check newer files for every task.
The text was updated successfully, but these errors were encountered: