Skip to content

API Change: Task boolean for atomize, rename entrypoint #68

@TheJaredWilcurt

Description

@TheJaredWilcurt

To help in using Red Perfume as a task runner, a boolean option should be added to tasks to skip atomizing styles if desired

redPerfume.atomize({
  tasks: [
    {
      uglify: false,
      atomize: false,
      minify: false,
      styles: {},
      markup: [],
      scripts: {},
      hooks: {}
    }
  ]
});

Perhaps we should also change redPerfume.atomize() as the entry point to something more accurate, like redPerfume.runTasks() or something.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesttestingWriting automated tests

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions