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

Use @options (not @data) per Grunt guidelines #2

Merged
merged 4 commits into from
Dec 6, 2013

Commits on Nov 10, 2013

  1. Use @options (not @DaTa) per Grunt guidelines

    To get target > task > default option merging out of the box, you have
    to use `options` when configuring; as opposed to putting the settings directly on
    the target. Then, within the task, use `this.options([defaults])`.
    jasonkarns committed Nov 10, 2013
    Configuration menu
    Copy the full SHA
    f2110de View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2013

  1. de-dupe the specs array

    No longer be at the mercy of how minijasminenode handles duplicate files
    in `specs` option.
    jasonkarns committed Dec 6, 2013
    Configuration menu
    Copy the full SHA
    390a655 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de734a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf61d1a View commit details
    Browse the repository at this point in the history