reflexdemon / slush-angular-gulp

First step towards integration of all the goodies of the open source projects
http://reflexdemon.github.io/slush-angular-gulp/
MIT License
17 stars 9 forks source link

Update gulpfile.js to Move Font Files to .tmp/font #13

Closed AquilaSagitta closed 9 years ago

AquilaSagitta commented 9 years ago

Fixes an issue when vender css files being piped to .tmp directory breaks relative links

reflexdemon commented 9 years ago

@AquilaSagitta if you look at this gulpfile. When I was trying to host on the cloud I was facing some issue on the way it was loading and this copying the files from bower_components solved the issue. Linking the issue https://github.com/reflexdemon/slush-angular-gulp/issues/12

reflexdemon commented 9 years ago

Let me test this PR and merge this when I get time.

AquilaSagitta commented 9 years ago

this isn't functioning as intended. It works for fontawesome but not bootstrap.

AquilaSagitta commented 9 years ago

Works as intended now but its not very maintainable. Need a way to glob all 'font' directories in bower components.