Style entries now accept arrays and globs like scripts, watch true derives watch paths automatically, and markdown gains GFM emoji shortcodes and alerts.
styles.in now accepts an array of
entry points and/or glob patterns — the same interface scripts have had all
along. Globs must use / separators (even on Windows), matches are sorted
for deterministic build order, and sass partials (_*.scss) are skipped
automatically since they're imports, not entry points. Multiple resolved
entries require a directory out — pointing several inputs at a single
output file is an error.watch: true. Set watch to true and poops derives the watch list
from every task's in path — scripts, styles, reactor, markup, copy and
images (including reactor component and design-token tokenPaths). File
entries watch their parent directory so sibling imports still retrigger a
rebuild. Imports reaching outside a task's own directory aren't covered —
use an explicit watch array for that. includePaths is deliberately
excluded (it defaults to node_modules).:shipit: and friends render as
emoji in both template engines. ✨> [!NOTE], > [!TIP], > [!IMPORTANT],
> [!WARNING] and > [!CAUTION] blockquotes render as styled alert
callouts, plus a custom [!INFO] variant.watch: true.npm update.Caution
Isn't this amazing? ![]()