Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Break apart JavaScript source into smaller modules #72

Closed
timlindvall opened this issue Mar 25, 2014 · 2 comments
Closed

Break apart JavaScript source into smaller modules #72

timlindvall opened this issue Mar 25, 2014 · 2 comments
Assignees
Milestone

Comments

@timlindvall
Copy link
Collaborator

Now that we have grunt-include-replace integrated into our build step (#66), we should look into how we can restructure the /src/js directory to have individual components (HopscotchBubble, utils, Hopscotch, and other miscellaneous modules) belong to their own files, which are then concatenated during the build step using hopscotch.js as the include-replace template.

Currently, there's a few globals we rely on in the closure that's shared among components. As part of this, we might consider refactoring these into existing or new components.

@kate2753
Copy link
Contributor

kate2753 commented Oct 1, 2015

Work in progress can be found on branch GH-72. We are using babel and browserify and re-writing hopscotch in ES2015.

@kate2753
Copy link
Contributor

Closing this ticket and will open more issues with specific tasks.

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