In the gruntfile.js file, the following code only works for the 'en' folder. ``` adapt_insert_tracking_ids: { options: { courseFile: "src/course/en/course.json", blocksFile: "src/course/en/blocks.json" } }, ```
In the gruntfile.js file, the following code only works for the 'en' folder.