Sha256: cb9b7064231c5b170ba41fbb1c793bd27598b4063a291e0416bc57564c5f3cf9

Contents?: true

Size: 173 Bytes

Versions: 18

Compression:

Stored size: 173 Bytes

Contents

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

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

Version data entries

18 entries across 18 versions & 1 rubygems

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