Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
TheJaredWilcurt opened this issue Aug 26, 2021 · 0 comments
Open

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

TheJaredWilcurt opened this issue Aug 26, 2021 · 0 comments
Labels
enhancement New feature or request testing Writing automated tests
Projects

Comments

@TheJaredWilcurt
Copy link
Member

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.

@TheJaredWilcurt TheJaredWilcurt added enhancement New feature or request testing Writing automated tests labels Aug 29, 2021
@TheJaredWilcurt TheJaredWilcurt added this to Backlog in Red Perfume Aug 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request testing Writing automated tests
Projects
Status: Todo
Red Perfume
  
Backlog
Development

No branches or pull requests

1 participant