Lisa Backer
Lisa Backer
I may have something similar. I'm trying to include `ember-cli-postcss` in an addon I'm writing for shared settings I want across several Ember applications. I'd like to set the base...
Following up with what I was able to get working. I added the "before" ["ember-cli-postcss"] to my package.json. Then I added the configuration options directly to the application instance in...
What is the intention of `getAssetPath` if it doesn't map to the `assets` directory that Stencil creates in the build process?
Looks valid and intriguing. Could you pull together a PR that can be tested in some various scenarios?
I've taken a stab at adjusting this. Seems the current logic is fine unless we are dealing with a fingerprinted asset (sw-registration) in production. The serviceWorkerBuilder only uses the root...
Thanks @arenoir - would love to hear how it works for your scenario "in the wild".
@arenoir Have you had a chance to try this out? I've got a little time to work on it again and add tests, etc. if the approach is reasonable.
@jfrux Is that using the PR that we were testing for this issue? https://github.com/DockYard/ember-service-worker/pull/152
Actually - it looks like the `_babelTranspile` only transpiles the trees for the service worker plugins and service worker files. The configuration set there doesn't apply to the application code.
@anlumo You should check the latest master - there are a bunch of dependency updates that were completed in the last few days. Would love to hear how this works...