HookyQR / VSCodeMinify

Add minify function to VSCode 0.10+
53 stars 21 forks source link

Add versioning or timestamp to minified files on save #8

Open joanhey opened 7 years ago

joanhey commented 7 years ago

A feature request. For cleaning the caches. add to config: minify.timestampOnSave (or versions) if "minify.minifyExistingOnSave": true,

then create 'file.min.timestamp.ext'

and optionally too, make a search and replace in the project. 'minify.timestampReplace' Thank you for that extension.