Sha256: 6bc8261d41416e8fa533d57d7a598049581778a5af61f0790356a59283f3577c

Contents?: true

Size: 306 Bytes

Versions: 18

Compression:

Stored size: 306 Bytes

Contents

/* Notes:
 - gulp/tasks/browserify.js handles js recompiling with watchify
 - gulp/tasks/browserSync.js watches and reloads compiled files
 */

var gulp   = require('gulp');
var config = require('../config');

gulp.task('watch', ['setWatch'], function() {
    gulp.watch(config.less.watch, ['less']);
});

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
nutella_framework-0.7.3 framework_components/roomcast-main-app/gulp/tasks/watch.js
nutella_framework-0.7.2 framework_components/roomcast-main-app/gulp/tasks/watch.js
nutella_framework-0.7.1 framework_components/roomcast-main-app/gulp/tasks/watch.js
nutella_framework-0.7.0 framework_components/roomcast-main-app/gulp/tasks/watch.js
nutella_framework-0.6.21 framework_components/roomcast-main-app/gulp/tasks/watch.js
nutella_framework-0.6.20 framework_components/roomcast-main-app/gulp/tasks/watch.js
nutella_framework-0.6.19 framework_components/roomcast-main-app/gulp/tasks/watch.js
nutella_framework-0.6.18 framework_components/roomcast-main-app/gulp/tasks/watch.js
nutella_framework-0.6.17 framework_components/roomcast-main-app/gulp/tasks/watch.js
nutella_framework-0.6.16 framework_components/roomcast-main-app/gulp/tasks/watch.js
nutella_framework-0.6.15 framework_components/roomcast-main-app/gulp/tasks/watch.js
nutella_framework-0.6.13 framework_components/roomcast-main-app/gulp/tasks/watch.js
nutella_framework-0.6.12 framework_components/roomcast-main-app/gulp/tasks/watch.js
nutella_framework-0.6.11 framework_components/roomcast-main-app/gulp/tasks/watch.js
nutella_framework-0.6.10 framework_components/roomcast-main-app/gulp/tasks/watch.js
nutella_framework-0.6.9 framework_components/roomcast-main-app/gulp/tasks/watch.js
nutella_framework-0.6.8 framework_components/roomcast-main-app/gulp/tasks/watch.js
nutella_framework-0.6.7 framework_components/roomcast-main-app/gulp/tasks/watch.js