I installed jquery-ui using npm. How can I copy node_modules/jquery-ui/themes/.../images/*.png
to public/images
directory in Brunch build? I do not want to manually copy files under assets/
how to make brunch copy image files into public/images
549 views Asked by koducu At
2
after-brunch
plug-in does the trick. You can execute arbitrary cmd commands after the build using this plug-in. Many thanks to Creative-Licence-Digital...