0.5.5 • Published 6 years ago

liferay-gulp-tasks v0.5.5

Weekly downloads
3
License
BSD
Repository
github
Last release
6 years ago

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.

0.5.5

6 years ago

0.5.4

6 years ago

0.5.3

7 years ago

0.5.2

7 years ago

0.5.1

7 years ago

0.5.0

7 years ago

0.4.1

8 years ago

0.4.0

8 years ago

0.3.0

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago