curist / grunt-bower

grunt task to copy bower installed packages to other folder(s)
MIT License
93 stars 27 forks source link

font-awesome font folder not copying over #68

Open ICiscoStu opened 7 years ago

ICiscoStu commented 7 years ago

been struggling for a bit trying to make it cop-y over fonts folder from font-awesome

this is the current config:

bower: {
            dev: {
                dest: 'src/client',
                js_dest: 'src/client/js/vendor',
                css_dest: 'src/client/css/vendor',
                fonts_dest: 'src/client/fonts/vendor',
                less_dest: '.ignored',
                scss_dest: '.ignored',
                options: {
                    keepExpandedHierarchy: false
                }
            }
        }

actually tried to copy the files manually using packagespecific option but it did not work either, any idea whats happening?