I have read a lot about some tools used to facilitate the workflow on the front end and I knew Grunt, I understood his function and when it might be useful, but I have the following doubt when I use Grunt to perform the tasks of minification, concatenation, etc., where should I save the new files? My question is because of the fact that I found it strange to create a directory with the same files from the original directory only as minified.
To summarize, in a site in the site-teste/
directory what would the correct structure look like?
| site-teste/
| --img/
| --js/
| --css/
| --depois-do-Grunt/
| ----img/
| ----js/
| ----css/
| ----index.html
| --index.html