Skip to content

liferay/liferay-gulp-tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Liferay Gulp Tasks

Gulp tasks to be shared between Liferay projects.

Usage

This is a collection of tasks to be used by Liferay projects. To use them, just install this through npm and register the tasks on your gulpfile like this:

var liferayGulpTasks = require('liferay-gulp-tasks');
liferayGulpTasks.registerTasks(options);

After calling the registerTasks function, several tasks will then be available to run on gulp. As you can see, registerTasks receives an optional object to customize these tasks.

Options

packageJsonPath - The path to the package.json file for the current project. Defaults to package.json.

About

Gulp tasks to be shared between Liferay projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published