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

Not working with grunt-includes #49

Open
mbrammer opened this issue Jun 13, 2014 · 4 comments
Open

Not working with grunt-includes #49

mbrammer opened this issue Jun 13, 2014 · 4 comments

Comments

@mbrammer
Copy link

grunt-newer doesn't work with grunt-includes.
Here is my grunt-includes config:

includes: {
    js: {
        options: {
            duplicates: false
        },
        files: [{
            cwd: '<%= pkg.jsAppDir %><%= pkg.theme %>',
            src: 'watchdir/**/*.js',
            dest: '<%= pkg.jsAppDir %><%= pkg.theme %>/.generated/',
        }],
    },
}

If I run grunt newer:includes:js I get an Warning: ENOENT, stat 'watchdir/file1.js' Use --force to continue.. So the file seems not to exist for him, but it does.
If I run in verbose mode I can see the file list.

Files: watchdir/file1.js, watchdir/file2.js, watchdir/file3.js -> app/frontend/js/themes/default/.generated/
@ogbaoghene
Copy link

+1 Having the same problem here.

@monkeytwins
Copy link

i have this problem too.

@davegreenwp
Copy link

Having this exact same issue alongside grunt-svg2png!

@zachrybaker
Copy link

Same here.

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

5 participants