Hello,
I've made some changes on js, templates and css and I want to build multiple projects with this config.
So I would like to build project with the command line like this:
grunt build course1 => to build course1/en/ instead of course/en/
grunt build course2 => to build course2/en/ instead of course/en/
etc.
Any clue on how to achieve this? (I guess I need to modify grunt...but how?).
Cheers;