dead23angel / smarty-combine

Combine and minify many JS or CSS to one file
MIT License
19 stars 9 forks source link

add sleep #14

Closed 2nlin3 closed 8 months ago

2nlin3 commented 8 months ago

When multiple users try to open the site, there is a colision of overwriting css and js files. To solve the problem, I added the random sleep() function.