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
It appears that when files are listed by "librariesCopy" in springroll.json, it not only copies the listed files, it also runs all other grunt-contrib-copy listings. For example, if the following is defined:
The "copylevels" task is run twice - once from '_pre-build' and once due to "librariesCopy" being defined. I think this is the bit of code that probably needs to be restricted in some way to the files specifically listed in "librariesCopy":
It appears that when files are listed by "librariesCopy" in
springroll.json
, it not only copies the listed files, it also runs all other grunt-contrib-copy listings. For example, if the following is defined:And the SpringRoll game's gruntfile includes:
The "copylevels" task is run twice - once from '_pre-build' and once due to "librariesCopy" being defined. I think this is the bit of code that probably needs to be restricted in some way to the files specifically listed in "librariesCopy":
grunt-springroll/tasks/aliases.js
Line 102 in bd3e082
The text was updated successfully, but these errors were encountered: