Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Change directory structure #1153

Closed
jasonLaster opened this issue Nov 8, 2016 · 3 comments
Closed

Change directory structure #1153

jasonLaster opened this issue Nov 8, 2016 · 3 comments
Assignees

Comments

@jasonLaster
Copy link
Contributor

Currently, the debugger's source lives in public/js/** we would like to move these files to a new directory src.

Here's a more verbose description of the files that will move:

  • public/js/**/* => src
  • public/build => assets/build
  • public/images => assets/images
  • public/debugger.properties => assets/locales/debugger.properties
  • packages/devtools-local-toolbox/public/js => packages/devtools-local-toolbox/src

What else needs to change:

  • check the webpack configs webpack.config.js packages/devtools-local-toolbox/webpack.config.js packages/devtools-local-toolbox/webpack.devtools.config.js
  • check eslintrc, eslintignore
  • check stylelintrc stylinteignore
  • check public/js/node-unit-test
  • check packages/devtools-local-toolbox/bin/development-server
  • check everything inbin
  • check the other packages, especially config...
  • do a project grep for public/js

This is obviously a large change, but hopefully not too many individual files need to be edited. If you're interested in grabbing it and run into any issues, share early, ask for questions, etc.

@wldcordeiro
Copy link
Contributor

I'll grab this. Got my new setup working too 👍

@wldcordeiro wldcordeiro self-assigned this Nov 13, 2016
@jasonLaster
Copy link
Contributor Author

Brave! Welcome back :)

@wldcordeiro wldcordeiro mentioned this issue Nov 13, 2016
2 tasks
@jasonLaster
Copy link
Contributor Author

This was done in #1184

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants