WebDevStudios / wd_s

A starter theme from WebDevStudios.
https://wdunderscores.com
GNU General Public License v2.0
663 stars 138 forks source link

Live Reload and dev build times #614

Closed gregrickaby closed 3 years ago

gregrickaby commented 3 years ago

The Problems

Discussion Topics

michealengland commented 3 years ago

Even though we're likely going a different direction, here is a spike branch that does the following:

Note: Rebuild times appear to range from 3500ms to 4000ms on my local. Which is not much more than before these changes.

  1. Abstract Tailwind into a separate webpack entry.
  2. Creates style.scss and editor.scss for importing styles
  3. Update enqueues similar to #600 since these updates are very tightly coupled with this update
  4. Add @tailwind base; to style.scss and editor.scss so that we can control the behavior behind this feature and address some concerns around selector name scoping.

See spike/mle-abstract-tailwind-imports