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

add "sourceRoot" #218

Open
Borodin opened this issue May 20, 2015 · 4 comments
Open

add "sourceRoot" #218

Borodin opened this issue May 20, 2015 · 4 comments

Comments

@Borodin
Copy link

Borodin commented May 20, 2015

cssmin: {
    options: {
        sourceMap: true,
        srcRoot: '../../' //add
    },
    target: {
        files: {
            'build/css/main.min.css': 'src/css/*.css'
        }
    }
},

sourceRoot: Optional. The URL root from which all sources are relative.
https://github.com/mozilla/source-map/

Thanks

@gtonioli
Copy link

+1

@VitaliyR
Copy link

+1, just encounter with it again

@glat
Copy link

glat commented Nov 23, 2015

+1

@einfallstoll
Copy link

Umm… Isn't the root-option exactly what you're all looking for?!

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