Index: Gruntfile.js
===================================================================
--- Gruntfile.js	(revision 11690)
+++ Gruntfile.js	(working copy)
@@ -228,7 +228,11 @@
 				},
 				expand: true,
 				cwd: SOURCE_DIR,
-				src: [ 'bp-templates/bp-legacy/css/*.scss' ]
+				src: [
+					'bp-templates/bp-legacy/css/*.scss',
+					'bp-nouveau/sass/*.scss',
+					'bp-nouveau/common-styles/*.scss'
+				]
 			}
 		},
 		cssmin: {
@@ -241,6 +245,20 @@
 				src: BP_CSS
 			}
 		},
+		watch: {
+			config: {
+				files: 'Gruntfile.js',
+				tasks: 'jshint:grunt'
+			},
+			sass: {
+				files: [
+					SOURCE_DIR + 'bp-templates/bp-nouveau/sass/*.scss',
+					SOURCE_DIR + 'bp-templates/bp-nouveau/common-styles/*.scss',
+					SOURCE_DIR + 'bp-templates/bp-nouveau/sass/*.scss'
+					],
+				tasks: 'sass'
+			}
+		},
 		phpunit: {
 			'default': {
 				cmd: 'phpunit',
