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
after deleting some files i ran rake assets:precompile again but the deleted files were not flagged for deletion and remained in S3:
% rake assets:precompile
AssetSync: using /myapp/config/initializers/asset_sync.rb
AssetSync: Syncing.
Using: Directory Search of /myapp/public/assets
Downloading file list file from remote
Updating file list file in remote
Fetching files to flag for delete
Flagging 0 file(s) for deletion
AssetSync: Done.
I checked and the deleted files are still listed in data/asset_sync_remote_file_list_cache.json.
What am i missing to get the deleted files to be noticed and removed from S3?
The text was updated successfully, but these errors were encountered:
In my initializer
asset_sync.rb
:after deleting some files i ran
rake assets:precompile
again but the deleted files were not flagged for deletion and remained in S3:I checked and the deleted files are still listed in
data/asset_sync_remote_file_list_cache.json
.What am i missing to get the deleted files to be noticed and removed from S3?
The text was updated successfully, but these errors were encountered: