moodle/.grunt/tasks
Neill Magill 377c618083 MDL-72326 grunt: Fix component library grunt on Windows
Before this change grunt tried to use the Linux version of files in
node_modules/.bin rather than the Windows version which is generated
by npm.

To avoid this issue we need to run the components directly.
2021-10-04 13:18:08 +01:00
..
componentlibrary.js MDL-72326 grunt: Fix component library grunt on Windows 2021-10-04 13:18:08 +01:00
eslint.js
gherkinlint.js MDL-61460 Grunt: Make startup tasks configurable by tasks 2021-07-08 09:51:02 +08:00
ignorefiles.js MDL-61460 tool_componentlibrary: Documentation for Moodle UI components 2021-07-08 09:51:02 +08:00
javascript.js MDL-61460 Grunt: Make startup tasks configurable by tasks 2021-07-08 09:51:02 +08:00
jsdoc.js MDL-71113 js: Add jsdoc configuration and Grunt 2021-06-18 09:38:04 +08:00
sass.js
shifter.js
startup.js MDL-61460 Grunt: Make startup tasks configurable by tasks 2021-07-08 09:51:02 +08:00
style.js MDL-61460 Grunt: Make startup tasks configurable by tasks 2021-07-08 09:51:02 +08:00
stylelint.js MDL-71113 js: Add jsdoc configuration and Grunt 2021-06-18 09:38:04 +08:00
watch.js