UNPKG

fomantic-ui

Version:

Fomantic empowers designers and developers by creating a shared vocabulary for UI.

14 lines (11 loc) 294 B
/******************************* * Watch Task *******************************/ const gulp = require('gulp'), watch = require('../watch') ; // RTL watch are now handled by the default watch process module.exports = function (callback) { gulp.series(watch)(callback); };