legendary-doc-site/apps/core/assets/semantic/tasks/collections
2020-07-03 21:41:01 -05:00
..
admin.js chore: Convert to umbrella app 2020-07-03 21:41:01 -05:00
build.js chore: Convert to umbrella app 2020-07-03 21:41:01 -05:00
docs.js chore: Convert to umbrella app 2020-07-03 21:41:01 -05:00
install.js chore: Convert to umbrella app 2020-07-03 21:41:01 -05:00
README.md chore: Convert to umbrella app 2020-07-03 21:41:01 -05:00
rtl.js chore: Convert to umbrella app 2020-07-03 21:41:01 -05:00
various.js chore: Convert to umbrella app 2020-07-03 21:41:01 -05: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');