Skip to content

Releases: CraigGardener/grunt-drupal-build

v2.1.2

22 Nov 22:47

Choose a tag to compare

<a name"2.1.2">

2.1.2 (2017-11-22)

Bug Fixes

  • dependencies: Update package-lock.json (cd598008)

v2.1.1

22 Nov 22:20

Choose a tag to compare

<a name"2.1.1">

2.1.1 (2017-11-22)

Bug Fixes

  • config: Check for srcPaths.make (6d4f3030)

v2.1.0

22 Nov 07:08

Choose a tag to compare

<a name"2.1.0">

2.1.0 (2017-11-22)

Features

  • config: Check for Drupal version before running drush make (7e3bad56)

v2.0.0

10 Sep 00:07

Choose a tag to compare

<a name"2.0.0">

2.0.0 (2017-09-10)

Features

  • drupal-8: Amend build process to allow for Drupal 8 projects using Composer. (5ed4148d)

Breaking Changes

  • To use Drush make, the following must exist within Gruntconfig.json:
    {
    "srcPaths": {
    "make": "src/build/drupal.make.yml",
    }
    }

(5ed4148d)

v1.0.1

04 Jul 02:11

Choose a tag to compare

<a name"1.0.1">

1.0.1 (2017-07-04)

Bug Fixes

  • symlink: Set expand to true to handle dynamic src/dest for symlinks. (90a55638)

v1.0.0

26 Jun 18:33

Choose a tag to compare

<a name"1.0.0">

1.0.0 (2017-06-26)

Features

  • scaffold: Create symlinks for each directory within src/modules and src/themes. (470bc46c)

Breaking Changes

  • Symlinking behaviour has changed. This change ensures that the site's structure
    within the app directory is consistent with the structure in the web directory and allows for
    greater flexibility with regards to project directories. All directories within src/modules and
    src/themes are now symlinked from sites/all/modules and sites/all/themes rather. To reproduce old
    site structure, create src/modules/custom and src/themes/custom and move projects into these
    directories.

(470bc46c)

v0.1.1

22 Jun 22:53

Choose a tag to compare

<a name"0.1.1">

0.1.1 (2017-06-22)

Bug Fixes

  • npm: Add Travis CI file to .npmigore. (1e31ee7e)

Features

  • Initial version of grunt-drupal-build. (e2283332)