Skip to content

Commit

Permalink
MDL-77748 grunt: fix Windows compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Mar 26, 2023
1 parent 6c0f23b commit 9928254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .grunt/tasks/componentlibrary.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 9928254

Please sign in to comment.