You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the advanced usage docs here: https://docs.screeps.com/contributed/advanced_grunt.html#Using-Folders - It shows how you can move files from a folder structure into a flattened structure using the grunt-contrib-copy plugin and it also renames the files to prefix the folder name onto the filename for example a file at location "src/Creeps/Roles/Harvester" will be moved to "dist/" and renamed to "Creeps_Roles_Harvester". It also mentioned that your requires would have to change but that is the issue, it doesn't explain how to do that as part of the copy process. Any help would be appreciated.
The text was updated successfully, but these errors were encountered:
Hello there,
In the advanced usage docs here: https://docs.screeps.com/contributed/advanced_grunt.html#Using-Folders - It shows how you can move files from a folder structure into a flattened structure using the grunt-contrib-copy plugin and it also renames the files to prefix the folder name onto the filename for example a file at location "src/Creeps/Roles/Harvester" will be moved to "dist/" and renamed to "Creeps_Roles_Harvester". It also mentioned that your requires would have to change but that is the issue, it doesn't explain how to do that as part of the copy process. Any help would be appreciated.
The text was updated successfully, but these errors were encountered: