I'm having the same problem. After updating Ionic CLI to v2, can't seem to build my sass (scss) files.
Same here.
Gulp Sass triggered manually does the trick.
Something to do with the "watch" part ?
Solution in #1250 worked for me
@AaronMorse thanks for that. Worked for me...
This works for me but I don't get the live reload on ionic emulate ios just have to add the watch task in gulpfile. Added this pull request - https://github.com/driftyco/ionic-cli/pull/1299
Can confirm this. It works with [email protected]. This should be working without a workaround.
What happen with this? How is possible to launch a main version like this?
Thanks for opening the issue. It seems that issue has been resolved. I am going to close this issue but please feel free to reopen another issue if this occurs again.
Is still happening, I had to manually add this line to the end of my gulpfile.js
gulp.task('serve:before', ['default','watch']);
Most helpful comment
I'm having the same problem. After updating Ionic CLI to v2, can't seem to build my sass (scss) files.