私は次の構造を持っています:
src/
modules/
module1/
js/
main.js
scss/
main.scss
index.html
module2/
js/
main.js
scss/
main.scss
index.html
これらを次の構造にコピーするために、うなり声のタスクを実行したいと思います。
dev/
js/
module1.js
module2.js
css/
module1.css
module2.css
module1.html
module2.html
既存のgruntプラグインでこれを行う方法はありますか?そうでない場合、どうすればこれを達成できますか?