UNPKG

fomantic-ui

Version:

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

13 lines (10 loc) 269 B
/******************************* * Build Task *******************************/ var gulp = require('gulp') ; // RTL builds are now handled by the default build process module.exports = function (callback) { gulp.series(require('../build'))(callback); };