Sha256: 7d6147f4c2cba1ff33dd781d5344bcc5e8ea694e77da99a189cb53671c9fc54b

Contents?: true

Size: 307 Bytes

Versions: 124

Compression:

Stored size: 307 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

124 entries across 44 versions & 1 rubygems

Version Path
nutella_framework-0.5.0 framework_components/roomcast-package-creator/gulp/tasks/watch.js
nutella_framework-0.4.32 framework_components/roomcast-channel-creator/gulp/tasks/watch.js
nutella_framework-0.4.32 framework_components/roomcast-teacher-controls/gulp/tasks/watch.js
nutella_framework-0.4.32 framework_components/roomcast-package-creator/gulp/tasks/watch.js
nutella_framework-0.4.31 framework_components/roomcast-teacher-controls/gulp/tasks/watch.js
nutella_framework-0.4.31 framework_components/roomcast-package-creator/gulp/tasks/watch.js
nutella_framework-0.4.31 framework_components/roomcast-channel-creator/gulp/tasks/watch.js
nutella_framework-0.4.30 framework_components/roomcast-channel-creator/gulp/tasks/watch.js
nutella_framework-0.4.30 framework_components/roomcast-package-creator/gulp/tasks/watch.js
nutella_framework-0.4.30 framework_components/roomcast-teacher-controls/gulp/tasks/watch.js
nutella_framework-0.4.29 framework_components/roomcast-teacher-controls/gulp/tasks/watch.js
nutella_framework-0.4.29 framework_components/roomcast-channel-creator/gulp/tasks/watch.js
nutella_framework-0.4.29 framework_components/roomcast-package-creator/gulp/tasks/watch.js
nutella_framework-0.4.28 framework_components/roomcast-package-creator/gulp/tasks/watch.js
nutella_framework-0.4.28 framework_components/roomcast-channel-creator/gulp/tasks/watch.js
nutella_framework-0.4.28 framework_components/roomcast-teacher-controls/gulp/tasks/watch.js
nutella_framework-0.4.27 framework_components/roomcast-channel-creator/gulp/tasks/watch.js
nutella_framework-0.4.27 framework_components/roomcast-teacher-controls/gulp/tasks/watch.js
nutella_framework-0.4.27 framework_components/roomcast-package-creator/gulp/tasks/watch.js
nutella_framework-0.4.26 framework_components/roomcast-channel-creator/gulp/tasks/watch.js