pwa icon indicating copy to clipboard operation
pwa copied to clipboard

DDC requires path: lib/pwa -> lib/src/pwa

Open jimmyff opened this issue 8 years ago • 3 comments

The default location for the generated offline_urls file is: lib/pwa/offline_urls.g.dart DDC requires all source code needs to be in lib/src

jimmyff avatar Jul 07 '17 10:07 jimmyff

You could use the --pwa-lib-dir lib/src/pwa command line argument for now, that would place the generated file inside lib/src/pwa/offline_urls.g.dart. However, the original pwa.dart file needs to be changed for that reference (and when run on the first occasion, the generated code of pwa.dart isn't too smart about the location).

I'm planning to fix this in the code generator part, but have been busy with other stuff. Please let me know if the command line flag provides sufficient workaround for now, and ping me if there is no progress in a week or so.

isoos avatar Jul 16 '17 07:07 isoos

What's the status of this?

kevmoo avatar Feb 23 '18 20:02 kevmoo

ping

robertmuth avatar May 04 '19 13:05 robertmuth