UNPKG

fomantic-ui

Version:

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

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