Add Gulp task to Ionic2

Hi, would like to know how to add a gulp task to my ionic2 project.
In my ionic 1.2.4 projects a gulpfile.js was aready in the root folder.

You would just add it the normal way you would with gulp. There isn’t anything special happening regarding gulp in ionic2. If you’re unfamiliar using gulp you’ll want to review gulp documentation.

Depending on the task he could actually replicate the task with webpack, though it could be hard to configure if no previous experience.