Ticket #7551: nouveau-gruntfile.patch
File nouveau-gruntfile.patch, 877 bytes (added by , 8 years ago) |
---|
-
Gruntfile.js
228 228 }, 229 229 expand: true, 230 230 cwd: SOURCE_DIR, 231 src: [ 'bp-templates/bp-legacy/css/*.scss' ] 231 src: [ 232 'bp-templates/bp-legacy/css/*.scss', 233 'bp-nouveau/sass/*.scss', 234 'bp-nouveau/common-styles/*.scss' 235 ] 232 236 } 233 237 }, 234 238 cssmin: { … … 241 245 src: BP_CSS 242 246 } 243 247 }, 248 watch: { 249 config: { 250 files: 'Gruntfile.js', 251 tasks: 'jshint:grunt' 252 }, 253 sass: { 254 files: [ 255 SOURCE_DIR + 'bp-templates/bp-nouveau/sass/*.scss', 256 SOURCE_DIR + 'bp-templates/bp-nouveau/common-styles/*.scss', 257 SOURCE_DIR + 'bp-templates/bp-nouveau/sass/*.scss' 258 ], 259 tasks: 'sass' 260 } 261 }, 244 262 phpunit: { 245 263 'default': { 246 264 cmd: 'phpunit',