Modifying Build Script

Hi All,

I’m trying to add font-awesome to my ionic 2 app following the instructions here: Extend ionic / add custom fonts/icons (ionic.config.json)

Pulling the font-awesome module in from Node is easy but I’m just not entirely sure how to get what is needed copied over when a build is started. RC 0 of ionic 2 doesn’t seem to include a Gulp file for including new items to build.

Can someone explain how the new build system can be extended to add new modules such as font-awesome?

Thank you,
Ben

Try this: Adding Font-Awesome to rc0

Thanks @DeeM52. That worked perfectly!