MDL-77606 grunt: fix Windows compatibility

Backport of MDL-77748.
This commit is contained in:
Petr Skoda 2023-03-26 13:22:01 +02:00 committed by Andrew Nicols
parent 2cc1182b16
commit 073deca0e1

View File

@ -92,7 +92,7 @@ module.exports = grunt => {
* @returns {Object} Reference to the spawned task
*/
const cssBuild = () => spawnNodeCall([
'node_modules/.bin/sass',
'node_modules/sass/sass.js',
'--style', 'expanded',
'--source-map',
'--embed-sources',