mdenet / platformtools

Education platform tool functions.
Eclipse Public License 2.0
0 stars 3 forks source link

Ensure mode file can be bundled #31

Closed szschaler closed 9 months ago

szschaler commented 9 months ago

This fixes #27

The problem was that build.sh attempts to copy the generated mode file into the src folder in order to bundle it. If that folder doesn't exist, this step fails and the subsequent attempt to bundle things fails, too. Creating this file ensures the src folder will always be present.

barnettwilliam commented 9 months ago

Ah yes, well spotted, this is noticeable on clean checkout.