Skip to content

Commit

Permalink
Merge branch 'MDL-72326' of https://github.com/NeillM/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols authored and stronk7 committed Oct 5, 2021
2 parents 3482a54 + 377c618 commit f013a60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .grunt/tasks/componentlibrary.js
Expand Up @@ -67,7 +67,7 @@ module.exports = grunt => {
* @returns {Object} Reference to the spawned task
*/
const docsBuild = () => spawnNodeCall([
'node_modules/.bin/hugo',
'node_modules/hugo-bin/cli.js',
'--config', getCLPath('config.yml'),
'--cleanDestinationDir',
]);
Expand All @@ -91,7 +91,7 @@ module.exports = grunt => {
* @returns {Object} Reference to the spawned task
*/
const cssBuild = () => spawnNodeCall([
'node_modules/.bin/node-sass',
'node_modules/node-sass/bin/node-sass',
'--output-style', 'expanded',
'--source-map', true,
'--source-map-contents', true,
Expand Down

0 comments on commit f013a60

Please sign in to comment.