ocombe / assetsmanager-brunch

Adds multiple assets folders support to brunch.
4 stars 4 forks source link

overtire directory with the same name #5

Open andreyfomin opened 9 years ago

andreyfomin commented 9 years ago

I am using bootstrap and font awesome in the same project and in order to copy fonts directory I need to add the next configuration assetsmanager: copyTo: '/' : ['bower_components/bootstrap/fonts'] '/' : ['bower_components/font-awesome/fonts']

and it doesn't work instead of adding fonts in target folder it just overrite last folder

pnmcosta commented 7 years ago
copyTo:
        'fonts': ['bower_components/bootstrap-sass/assets/fonts/bootstrap*']
        'fonts/font-awesome': ['bower_components/font-awesome/fonts/*']

worked for me