Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (18 loc) · 737 Bytes

update-a-contrib-module.rst

File metadata and controls

33 lines (18 loc) · 737 Bytes

Update a contributed module

Please read Add a contributed module first.

Edit the module entry in the build.make file

Look for the module in the build.make. If it looks like this:

projects[] = sharethis

Then you can just remake since it'll grab the latest stable version for the module. Instead, if it's set to a specific version:

projects[sharethis][version] = 2.12

Then make the edit to the desired version and then remake

Remake the project

Run:

ahoy build remake

That should update the sharethis module at docroot/sites/all/modules/contrib.