Gruntfile.js:
grunt.initConfig({
watch: {
compass: {
files: [
'app/styles/**/*.{scss,sass}'
],
tasks: 'compass reload'
},
.....
grunt.registerTask('dev', 'watch');
私が走るとき
grunt dev
エラーが発生します
Warning: Task "watch" not found. Use --force to continue.
grunt-cliv0.1.6とgruntv0.4.0を使用していますが、grunt-contrib-watchがインストールされています。