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.7.3 framework_components/roomcast-package-creator/gulp/tasks/watch.js
nutella_framework-0.7.3 framework_components/roomcast-teacher-controls/gulp/tasks/watch.js
nutella_framework-0.7.3 framework_components/roomcast-channel-creator/gulp/tasks/watch.js
nutella_framework-0.7.2 framework_components/roomcast-channel-creator/gulp/tasks/watch.js
nutella_framework-0.7.2 framework_components/roomcast-teacher-controls/gulp/tasks/watch.js
nutella_framework-0.7.2 framework_components/roomcast-package-creator/gulp/tasks/watch.js
nutella_framework-0.7.1 framework_components/roomcast-channel-creator/gulp/tasks/watch.js
nutella_framework-0.7.1 framework_components/roomcast-teacher-controls/gulp/tasks/watch.js
nutella_framework-0.7.1 framework_components/roomcast-package-creator/gulp/tasks/watch.js
nutella_framework-0.7.0 framework_components/roomcast-channel-creator/gulp/tasks/watch.js
nutella_framework-0.7.0 framework_components/roomcast-package-creator/gulp/tasks/watch.js
nutella_framework-0.7.0 framework_components/roomcast-teacher-controls/gulp/tasks/watch.js
nutella_framework-0.6.21 framework_components/roomcast-channel-creator/gulp/tasks/watch.js
nutella_framework-0.6.21 framework_components/roomcast-teacher-controls/gulp/tasks/watch.js
nutella_framework-0.6.21 framework_components/roomcast-package-creator/gulp/tasks/watch.js
nutella_framework-0.6.20 framework_components/roomcast-channel-creator/gulp/tasks/watch.js
nutella_framework-0.6.20 framework_components/roomcast-package-creator/gulp/tasks/watch.js
nutella_framework-0.6.20 framework_components/roomcast-teacher-controls/gulp/tasks/watch.js
nutella_framework-0.6.19 framework_components/roomcast-package-creator/gulp/tasks/watch.js
nutella_framework-0.6.19 framework_components/roomcast-teacher-controls/gulp/tasks/watch.js