MDL-77748 grunt: fix Windows compatibility

This commit is contained in:
Petr Skoda
2023-03-26 13:33:05 +02:00
parent 09fd61415e
commit f4f106a1c2
+1 -1
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',