mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
MDL-77606 grunt: fix Windows compatibility
Backport of MDL-77748.
This commit is contained in:
parent
2cc1182b16
commit
073deca0e1
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user