How to use the liferay-theme-tasks/plugin.registerTasks function in liferay-theme-tasks

To help you get started, we’ve selected a few liferay-theme-tasks examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github liferay / liferay-js-themes-toolkit / packages / generator-liferay-theme / generators / layout / index.js View on Github external
this.on('npmInstall:end', () => {
				const gulp = require('gulp');
				require('liferay-theme-tasks/plugin').registerTasks({
					gulp,
				});
				gulp.start('init');
			});

liferay-theme-tasks

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

MIT
Latest version published 8 months ago

Package Health Score

74 / 100
Full package analysis