Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

Shorthand to load all plop assets #187

Closed
wants to merge 2 commits into from

Commits on Sep 25, 2020

  1. Honour load method contract

    Currently the `load` function doesn't include all assets when the `includeCfg` option is set to `true`, *it doesn't load anything*!
    The suggested code change should bring the implementation back into line with the docs: https://github.com/plopjs/plop/blob/master/plop-load.md#interface-includedefinition
    RobinKnipe authored Sep 25, 2020
    Configuration menu
    Copy the full SHA
    f6e3210 View commit details
    Browse the repository at this point in the history
  2. Add a unit test

    Make sure the proposed changes actually work!
    RobinKnipe authored Sep 25, 2020
    Configuration menu
    Copy the full SHA
    fee951f View commit details
    Browse the repository at this point in the history