PaulTondeur / grunt-cache-busting

Cache busting files and updating references
8 stars 13 forks source link

Rename the file synchronously #11

Open mykelyk opened 9 years ago

mykelyk commented 9 years ago

Without this, the rename doesn't necessarily complete before the end of the task, making successive task (such as zipping a folder in cluding this file) unreliable.

dario-ramos commented 6 years ago

This also generates a warning: (node:18270) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated