UNPKG

fomantic-ui

Version:

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

12 lines (10 loc) 268 B
/******************************* * Watch Task *******************************/ var gulp = require('gulp') ; // RTL watch are now handled by the default watch process module.exports = function (callback) { gulp.series(require('../watch'))(callback); };