soxhub / ember-scoped-css

MIT License
12 stars 1 forks source link

Hit the file system 3 less times per template-using file (hbs, gjs, gts) #243

Closed NullVoxPopuli closed 4 months ago

NullVoxPopuli commented 4 months ago

Previously, we'd try to resolve the real file when fixing the template-transform paths.

It turns out that we don't need that precise of information, so we can get away with not hitting the FS at all during this phase.