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
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
The ability to specify a specific folder for outputting the minified files for each file type? e.g.
file1.js could be minified to /js-min/file1.min.js
file2.js could be minified to /js-min/file2.min.js
file1.css could be minified to /css-min/file1.min.css
etc
Settings for output folder locations for each file type css, js, etc
Setting to preserve the original file
Both the above to work automatically on source/original file save.
Describe alternatives you've considered
I have been using the JS & CSS Minifier extension, unfortunately this extension is no longer being supported and would like to migrate to yours
Additional context
The text was updated successfully, but these errors were encountered:
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!
🚀 Feature Request
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
The ability to specify a specific folder for outputting the minified files for each file type? e.g.
file1.js could be minified to /js-min/file1.min.js
file2.js could be minified to /js-min/file2.min.js
file1.css could be minified to /css-min/file1.min.css
etc
Settings for output folder locations for each file type css, js, etc
Setting to preserve the original file
Both the above to work automatically on source/original file save.
Describe alternatives you've considered
I have been using the JS & CSS Minifier extension, unfortunately this extension is no longer being supported and would like to migrate to yours
Additional context
The text was updated successfully, but these errors were encountered: