MDL-77748 grunt: fix Windows compatibility
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user