You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Currently, the debugger's source lives in
public/js/**
we would like to move these files to a new directorysrc
.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:
webpack.config.js
packages/devtools-local-toolbox/webpack.config.js
packages/devtools-local-toolbox/webpack.devtools.config.js
public/js/node-unit-test
packages/devtools-local-toolbox/bin/development-server
bin
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.
The text was updated successfully, but these errors were encountered: