UNPKG

liferay-theme-tasks

Version:

A set of tasks for building and deploying Liferay Portal themes.

11 lines (9 loc) 211 B
/** * SPDX-FileCopyrightText: © 2017 Liferay, Inc. <https://liferay.com> * SPDX-License-Identifier: MIT */ module.exports = function (gulp) { gulp.hook('after:build', (callback) => { callback(); }); };