Josee9988 / MinifyAll

A 𝗩𝗦𝗖𝗼𝗱𝗲 𝗺𝗢𝗻𝗢𝗳𝗢𝗲𝗿 for JS, JSON/C, CSS, and HTML, you will love its simplicity! 🌟 π˜Ύπ™€π™’π™₯π™§π™šπ™¨π™¨ and π™œπ™―π™žπ™₯ files and folders πŸ“¦ Reduce your bundle and file sizes with lightning speed ⚑
https://minifyall.jgracia.es/
GNU General Public License v3.0
71 stars 13 forks source link

Autosave original and minified #106

Closed samprorender closed 3 years ago

samprorender commented 3 years ago

I would like to use CTR+S to save the original file and the minified file at the same time. That way I can link the CSS-min directly into the HTML and not have to transform each time. I haven't found a way to do this.

Thanks

welcome[bot] commented 3 years ago

Thanks for opening your first issue in Josee9988/project-template! Be sure to follow the issue template and provide every bit of information to help the developers!

Josee9988 commented 3 years ago

@samprorender Ok, I think you are looking for this setting: "MinifyAll.minifyOnSaveToNewFile​"​: ​true And set "MinifyAll.minifyOnSave": false

Remember to restart VSCode to apply the settings.

Tell me if that is what you were looking for

Thanks for contributing!

samprorender commented 3 years ago

It worked for me. For some reason it didn't work before. Sorry Thanks, excellent plugin.