Skip to content

Proposal to minify by copying the directory tree of a project #7

@Drey1

Description

@Drey1

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

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions