freelawproject / recap

This repository is for filing issues on any RECAP-related effort.
https://free.law/recap/
12 stars 4 forks source link

Change directory structure to use src folder #269

Closed jraller closed 5 years ago

jraller commented 5 years ago

In the interests of separating out source files that need to be part of the extension from test files that do not as a first step a "src" folder will be created. The impact to developers is that it changes how they either run web-ext or which folder they point at with Chrome as the source of the extension.

Files to move into the src folder include:

and the folders:

Later this will allow for the creation of a "dist" folder where the contents of the "src" folder can be manipulated automatically to potentially include things like minification, per browser targeted fixes, etc.

mlissner commented 5 years ago

Sounds good to me. We'll just have to think about how this might affect any other branches or open PRs that we have. I wouldn't want to break all of those (not sure if it would).

jraller commented 5 years ago

Implemented with https://github.com/freelawproject/recap-chrome/pull/58

mlissner commented 5 years ago

Oh, here's my comment I remembered making. :)