As part of my test cycle I need to build html, sass and fonts, but I don’t need to bundle (or anything else).
My current solution imports ionic-app-lib
and hooks into the various Build.* functions in the v2 lib.
Recently you guys have re-introduced a gulpfile containing these tasks, but you don’t seem to use it during ionic build
or ionic serve
.
Is using those tasks in gulpfile.js recommended, or ionic-app-lib, or something else?
Thanks