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
it would be kind of awesome if the JavaScript for the nodeschool page would be organized better. Editing the JS is often a bit confusing, because functions are hidden in different files.
So it would be cool if someone would re-arrange this using browserify and also link our dependencies in a package.json instead of just having them in the folder like right now.
This can be a bit tricky, but if someone wants to start with a WIP branch/pr that would be great.
Best,
Finn
The text was updated successfully, but these errors were encountered:
Looks relevant to me, after looking at the js folder. It's a bit of a mess, and the package.json scripts are mostly linking to bash scripts, which is a bit confusing. I think this can be tidied up a bit.
Hey everyone,
it would be kind of awesome if the JavaScript for the nodeschool page would be organized better. Editing the JS is often a bit confusing, because functions are hidden in different files.
So it would be cool if someone would re-arrange this using browserify and also link our dependencies in a package.json instead of just having them in the folder like right now.
This can be a bit tricky, but if someone wants to start with a WIP branch/pr that would be great.
Best,
Finn
The text was updated successfully, but these errors were encountered: