jayfella c97084e992 Initial Commit пре 5 година
..
README.md c97084e992 Initial Commit пре 5 година
admin.js c97084e992 Initial Commit пре 5 година
build.js c97084e992 Initial Commit пре 5 година
docs.js c97084e992 Initial Commit пре 5 година
install.js c97084e992 Initial Commit пре 5 година
rtl.js c97084e992 Initial Commit пре 5 година
various.js c97084e992 Initial Commit пре 5 година

README.md

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');