Skip to:
Content

BuddyPress.org

Ticket #7021: 7021.patch

File 7021.patch, 376 bytes (added by hnla, 8 years ago)

Add a watch task to gruntfile.

  • Gruntfile.js

     
    9191                                }
    9292                        }
    9393                },
     94                watch: {
     95                        sass: {
     96                                files: [
     97                                 SOURCE_DIR + 'bp-templates/bp-legacy/css/*.scss'
     98                                ],
     99                                tasks: 'sass',
     100                        }
     101                },
    94102                cssjanus: {
    95103                        core: {
    96104                                expand: true,