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 Feb 17, 2021. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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 usinghopscotch.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.
The text was updated successfully, but these errors were encountered: