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

Source map not being created #140

Open
sethreidnz opened this issue Oct 23, 2015 · 0 comments
Open

Source map not being created #140

sethreidnz opened this issue Oct 23, 2015 · 0 comments

Comments

@sethreidnz
Copy link

Hi,

I am using concat with usemin and this is my configuration:

concat: {
       options : {
        sourceMap :true
      }
    },

    uglify: {
      options: {
        sourceMap: true,
        sourceMapIn: function(uglifySource) {
          return uglifySource + '.map';
        },
        sourceMapIncludeSources: true
      }
    },

However concat fails to actually create the map file so uglify cannot find it. Any ideas why setting sourceMap to true doesn't work?

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