ampproject / amp-sw

A drop in service worker library to help your AMP pages gain network resiliency in 1 line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move `builder` folder out of `src`

prateekbh opened this issue · comments

In early design builder was a core component to be consumed by the end users, but now it is only used to create a service worker for e2e tests.

Its better to move it out of src directory.