This repository has been archived on 2024-01-26. You can view files and clone it, but cannot push or open issues or pull requests.
calcifer/web/semantic/tasks/collections
Tim Schumacher 2027b94179 Update Semantic
Fixes #40,#24
2015-03-29 19:33:23 +02:00
..
admin.js Update Semantic 2015-03-29 19:33:23 +02:00
internal.js Update Semantic 2015-03-29 19:33:23 +02:00
README.md Update Semantic 2015-03-29 19:33:23 +02:00

How to use

These are collections of tasks that are imported together.

To import them into gulp:

var
  gulp    = require('gulp'),
  // modified to point to semantic folder
  install = require('tasks/collections/install')
;
gulp = install(gulp);

// tasks are now injected and ready to be used
gulp.start('install');