Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

juci core debug #14

Closed
congallenwang opened this issue Nov 4, 2015 · 1 comment
Closed

juci core debug #14

congallenwang opened this issue Nov 4, 2015 · 1 comment

Comments

@congallenwang
Copy link

hi Schreder,

i want to understand more inside the juci core js, but when compile into 01-juci.js then it is hard to debug in browser. is there any to to used the raw form of all the js file? like to replace the 01-juci.js tag with all js resource files in juci/src folder? thanks

@mkschreder
Copy link
Owner

If you compile using "make debug" and then run through local server then
you will see unminified source code. Do this:

make clean
make debug
./juci-local-server --host

then go to localhost:3000

On Wed, Nov 4, 2015 at 10:57 AM, congallenwang notifications@github.com
wrote:

hi Schreder,

i want to understand more inside the juci core js, but when compile into
01-juci.js then it is hard to debug in browser. is there any to to used the
raw form of all the js file? like to replace the 01-juci.js tag with all js
resource files in juci/src folder? thanks


Reply to this email directly or view it on GitHub
#14.

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

No branches or pull requests

2 participants