We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Im generating SourceMap by grunt-sass (1.0.0) and Im including foundation (5.5.2) into it
sass: { options: { includePaths: [ 'bower_components/foundation/scss' ], sourceMap: true }, dist: { files: { '<%= dir.css %>/main.css': '<%= dir.sass %>/app.scss' } } }
It works fine but when Im using cssmin (0.12.3) SourceMap breaks and doesnt work properly anymore
cssmin: { combine: { options: { keepSpecialComments: 0, sourceMap: true }, files: { '<%= dir.css %>/main.css': ['<%= dir.css %>/main.css'] } } }
The text was updated successfully, but these errors were encountered:
Duplicate of #204 #248
Sorry, something went wrong.
No branches or pull requests
Im generating SourceMap by grunt-sass (1.0.0) and Im including foundation (5.5.2) into it
It works fine but when Im using cssmin (0.12.3) SourceMap breaks and doesnt work properly anymore
The text was updated successfully, but these errors were encountered: