Sha256: 3d0b0fa9e303ba126ae09e30954a87918fd147cd859d862599212db4d5ee291d

Contents?: true

Size: 556 Bytes

Versions: 142

Compression:

Stored size: 556 Bytes

Contents

/*
  gulpfile.js
  ===========
  Rather than manage one giant configuration file responsible
  for creating multiple tasks, each task has been broken out into
  its own file in gulp/tasks. Any files in that directory get
  automatically required below.
  To add a new task, simply add a new task file that directory.
  gulp/tasks/default.js specifies the default set of tasks to run
  when you run `gulp`.
*/

var requireDir = require('require-dir');

// Require all tasks in gulp/tasks, including subfolders
requireDir('./gulp/tasks', { recurse: true });

Version data entries

142 entries across 44 versions & 1 rubygems

Version Path
nutella_framework-0.7.3 framework_components/roomcast-package-creator/gulpfile.js
nutella_framework-0.7.3 framework_components/roomcast-teacher-controls/gulpfile.js
nutella_framework-0.7.3 framework_components/roomcast-channel-creator/gulpfile.js
nutella_framework-0.7.3 framework_components/roomcast-main-app/gulpfile.js
nutella_framework-0.7.2 framework_components/roomcast-package-creator/gulpfile.js
nutella_framework-0.7.2 framework_components/roomcast-main-app/gulpfile.js
nutella_framework-0.7.2 framework_components/roomcast-channel-creator/gulpfile.js
nutella_framework-0.7.2 framework_components/roomcast-teacher-controls/gulpfile.js
nutella_framework-0.7.1 framework_components/roomcast-package-creator/gulpfile.js
nutella_framework-0.7.1 framework_components/roomcast-channel-creator/gulpfile.js
nutella_framework-0.7.1 framework_components/roomcast-teacher-controls/gulpfile.js
nutella_framework-0.7.1 framework_components/roomcast-main-app/gulpfile.js
nutella_framework-0.7.0 framework_components/roomcast-package-creator/gulpfile.js
nutella_framework-0.7.0 framework_components/roomcast-channel-creator/gulpfile.js
nutella_framework-0.7.0 framework_components/roomcast-teacher-controls/gulpfile.js
nutella_framework-0.7.0 framework_components/roomcast-main-app/gulpfile.js
nutella_framework-0.6.21 framework_components/roomcast-package-creator/gulpfile.js
nutella_framework-0.6.21 framework_components/roomcast-channel-creator/gulpfile.js
nutella_framework-0.6.21 framework_components/roomcast-main-app/gulpfile.js
nutella_framework-0.6.21 framework_components/roomcast-teacher-controls/gulpfile.js