现在正在调试几个小时..
当我保存我的.html文件时,livereload工作,但不是我的.scss,我在下面的配置中做了什么错误? Chrome的终端和控制台中没有显示错误。
scanf("%d", &sin_num);`
^^^^^^^ here, sin_num is array of int, so scan should take it into its element and not to its base address.
答案 0 :(得分:0)
同时将options.livereload
添加到watch.sass
:
watch: {
sass: {
files: ['components/sass/*.{scss,sass}'],
tasks: ['sass'],
options: {
livereload: true
}
},
// ...
我有同样的问题,我相信(虽然不是100%肯定)这是因为如果他们在时间上过于接近,手表不会触发2个任务: