在编辑完ionic.app.scss后,gulp不能正常的监视文件的变化:
Solution:
在gulpfile.js中加入
gulp.task('serve:before', ['sass','watch']);
在编辑完ionic.app.scss后,gulp不能正常的监视文件的变化:
Solution:
在gulpfile.js中加入
gulp.task('serve:before', ['sass','watch']);