How to configure Compass (sass) on Ionic 2

I have a several problem with the compass configuration, i utilized the native’s gulpfile.js generated for my ionic project(‘ionic-gulp-sass-build’). But the compass not working. I tried configure with gulp-compass + pipe on gulp file, but the native configuration installed utilize ‘runSequence’ and apparently reject the pipe.

Someone know how to fix this?