Skip to content

A document improvement suggestion #377

Description

I suggest you consider

  • adding a VERY EXPLICIT note to the Add Custom Tasks section indicating that the tasks' configuration must be added in application.js, not in the task configuration itself;
  • refactoring the example on prependTasks and appendTasks to something like:
prependTasks: {
            common: ["task-1"].concat(app.prependTasks.common)
        },
        appendTasks: {
            common: ["task2"].concat(app.appendTasks.common)
        },

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions