-
Notifications
You must be signed in to change notification settings - Fork 33
Grunt
Mark Metcalfe edited this page Aug 11, 2021
·
1 revision
If you want to use grunt you can use tgrunt
like this:
# must run the commands from the root of your Totara repo
cd sitefolder
# if the site is Totara 13 or later, then you must run it from the server/ directory
cd server
tgrunt
tgrunt gherkinlint
tgrunt css
Alternatively, you can directly log in to the container directly run node/grunt commands.
tdocker run nodejs bash
# go to your source directory and
npm install
./node_modules/.bin/grunt
Copyright (c) 2023 Totara Learning Solutions Limited
- Node.js and Grunt
- PHPUnit
- Behat
- Cron
- Machine Learning
- Mailcatcher (for viewing emails)
- Shell Customisations
- Ngrok (for making your site publicly accessible)
-
PHPStorm Integration
- Performance improvements
- Automated testing integration
- XDebug setup
- Database tools