Changes between Initial Version and Version 1 of Ticket #19021, comment 5
- Timestamp:
- Sep 27, 2012, 5:36:24 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19021, comment 5
initial v1 10 10 Secondly, there is a bug in the heuristic used to identify changed files. I just changed a js file in one of my static folder after running collectstatic earlier. When I run collectstatic again, nothing is re-uploaded, even though the file has changed. 11 11 12 if you look at the source, this is because collectstatic only checks if a file has changed by checking it 's path name. The contents of the files themselves are ignored.12 if you look at the source, this is because collectstatic only checks if a file has changed by checking its path name. The contents of the files themselves are ignored.