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

Including "./" in sourceRoot causes weird path concatenation in Windows #22

Open
kirill-konshin opened this issue Jun 11, 2014 · 1 comment

Comments

@kirill-konshin
Copy link

Target config:

concat_sourcemap: {
    main: {
        files: {
            './build/build.js': filesToBuild
        },
        options: {
            sourceRoot: './build/tmp/lib',
            sourcesContent: true
        }
    }
},

Error message:

Warning: "build/tmp/lib/ d:/path-to-project/build/tmp/lib/somefile.js" is not in the SourceMap. Use --force to continue.

@kozy4324
Copy link
Owner

kozy4324 commented Jul 3, 2014

Sorry, I have no Windows environmental. I'll check it after a while.

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

2 participants