Skip to content

issues Search Results · repo:red-perfume/red-perfume-task-runner language:JavaScript

Filter by

48 results
 (66 ms)

48 results

inred-perfume/red-perfume-task-runner (press backspace or delete to remove)

There are some started PRs that can be re-created against the new CSS repo so those efforts are not lost when this repo is re-vamped.
enhancement
  • TheJaredWilcurt
  • Opened 
    on Dec 26, 2021
  • #76

The default classMap from red-perfume-css uses arrays of atomized classes, like so: { .cat : [ rp_3 , rp_5 ], .dog : [ rp_0 , rp_4 , rp_8 ] } Because a class name can contain any character (as ...
  • TheJaredWilcurt
  • Opened 
    on Dec 26, 2021
  • #75

It may be best to just split out this repo into - red-perfume-css to deal with atomizing strings of CSS - red-perfume-html to deal with atomizing strings of html - red-perfume-tasks (red-perfume-task-runner?) ...
needs discussion
  • TheJaredWilcurt
  • Opened 
    on Sep 7, 2021
  • #74

Sadly, the moment you let one of those little promise monsters in, the whole place goes to hell. If only deasync was maintained and worked with promises, or if TC39 had just let things be and I could have ...
API
blocker
  • TheJaredWilcurt
  • Opened 
    on Sep 6, 2021
  • #73

arr.forEach() is used a lot, however, if we switch to for (let i = 0; i things.length; i++) {} or for (let thing of things) {} then users have greater control, like a hook being able to add/remove additional ...
good first issue
testing
  • TheJaredWilcurt
  • Opened 
    on Aug 26, 2021
  • #69

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, ...
enhancement
testing
  • TheJaredWilcurt
  • Opened 
    on Aug 26, 2021
  • #68

This would replace the result callback in the current API (meaning some refactoring and updating of tests and validators). The reason for this change would be to give more options to plugins. This would ...
API
enhancement
needs discussion
  • TheJaredWilcurt
  • Opened 
    on Aug 18, 2021
  • #66

Blocked by #17 .cow {} .cow .dog { padding: 8px } div class= cow div class= dog /div /div
blocked
enhancement
help wanted
moved
  • TheJaredWilcurt
  • 1
  • Opened 
    on Feb 1, 2021
  • #61

Some code cannot be atomized in a manner that produces identical results as the input styles. For example this input: .cow { padding: 8px } .dog { padding: 8px } .cow h1 { margin: 2px } .dog h1 { margin: ...
documentation
help wanted
moved
  • TheJaredWilcurt
  • 2
  • Opened 
    on Feb 1, 2021
  • #60

- Set up Cypress - Set up an HTML file and CSS file to test every kind of CSS thing and DOM nesting structure - Set up Red-Perfume to output an atomized version of both. - Set up a cypress test ...
help wanted
testing
  • TheJaredWilcurt
  • Opened 
    on Feb 1, 2021
  • #59
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub