Sha256: bccb6aaa5cf507cc7dfb00fb5d5697c630b059eaccbd97d9cd907bdabb1e43c5

Contents?: true

Size: 167 Bytes

Versions: 142

Compression:

Stored size: 167 Bytes

Contents

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

gulp.task('css', function() {
  return gulp.src(config.src)
    .pipe(gulp.dest(config.dest));
});

Version data entries

142 entries across 44 versions & 1 rubygems

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