Skip to content

Commit

Permalink
README Ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Feb 2, 2023
1 parent 572d548 commit 37efb1e
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,6 @@ _Coming soon_

## Advanced options:

### Limitations

* `html` bundles do not support nesting or recursion (yet). If this will be useful to you, please file an issue!

### Add your own bundle type

Expand All @@ -303,15 +300,15 @@ This does two things:
1. creates a new `possum` shortcode for adding arbitrary code to this bundle
2. adds `"possum"` as an eligible type argument to `getBundle` and `getBundleFileUrl`

<!--
Must haves:
### Limitations

* Add postprocessing hooks for postcss modifications
* guarantee that the transform runs first in order somehow (think about transform order)
* JavaScript API independent of eleventy
Bundles do not support nesting or recursion (yet?). If this will be useful to you, please file an issue!

<!--
Version Two:
* Think about Eleventy transform order, scenarios where this transform needs to run first.
* JavaScript API independent of eleventy
* Clean up the _site/bundle folder on exit?
* Example ideas:
* App bundle and page bundle
Expand Down

0 comments on commit 37efb1e

Please sign in to comment.