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

sourcemap locations wrong? #243

Open
sroe opened this issue Aug 6, 2014 · 0 comments
Open

sourcemap locations wrong? #243

sroe opened this issue Aug 6, 2014 · 0 comments

Comments

@sroe
Copy link

sroe commented Aug 6, 2014

Hi,
using this configuration for example:

options:{
screwIe8: true,
sourceMap: true
},
files: {'<%= deployment_path %>/file.js': [
'<%= src_path %>/scripts/file1.js',
'<%= src_path %>/scripts/file2.js',
'<%= src_path %>/scripts/file3.js'
]}

Is it possible to have the sourcemap as 1 file with 1 path information in it? At the moment I get 3 path informations inside the file.map.

Another question: Would it be possible to have a source file generated with stripped comments and that file used as source file inside the map file?
I'm trying to achieve this 2 goals for a while now with no success 😒.
Regards

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