-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hello! I am writing to propose a function, that when you have a project and activate minify you have this file tree:
./index.html
./code/index.js
./style/index.css
And get the minified version by copying the project tree, minifying the files to upload directly to the hosting -->
./min/index.html
./min/code/index.js
./min/style/index.css
(these would already be minified, all in ./min)
I think it could be very useful and I can't find any extension that performs this action. And so when you save the original file, its minified version located in /min is automatically updated by copying the directory structure.
All the best!
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request