-
Notifications
You must be signed in to change notification settings - Fork 25
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
Repo doesn't include optional modules #1
Comments
Having them as separate files would be sweet. 👍 |
👍 for separate files. However, you will need to know which modules depend on other optional modules when you manually require extra files. |
Perhaps we'd have separate repositories for the modules and have components/zepto as a dependency? |
+1 |
There are different ways to address this issue. Let's discuss and decide
|
Add browserify in there too. |
The zepto.js file contained within seems to not include the optional modules. (like touch.js). Would it make sense to include something like zepto.full.js with a build of all the modules, or just include the optional modules as separate files?
The text was updated successfully, but these errors were encountered: