This repository has been archived by the owner on Oct 30, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 214
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…efault configurations.
…nd base to be relative when needed.
…addon. making root and base for yui and app group to correlate. introducing staticHandling->serveYUIFromLocal configuration to disable serving yui from local app by default to preserve memory.
This is also suppose to fix issue #982. |
(redacted) |
@isao can you elaborate more? |
… yui addon. adjusting tests for the new schema. consolidating the scope of each new method
+1 |
caridy
added a commit
that referenced
this pull request
Feb 23, 2013
fixes #982. seed refactor to reduce memory allocation when YUI core modules should not be served from local server. Clear separation between YUI core modules and app-level modules (including synthetic modules). As part of the separation, the seed will have, at least, 2 files, YUI Core Seed + App Seed. Support for relative path when using mojito build command.
This was referenced Feb 25, 2013
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Goals:
Changes:
Basically, this PR will allow users to switch to server YUI from local, including combo, but the default configuration will be to load it from CDN. If you want to force to use YUI from local for development, or to be able to build html5apps and hybrid apps, you can use this setting:
Keep in mind that when using
mojito build
command, thecombine
flag should be set tofalse
underyui.config
because combo is not available in stand alone apps.Other changes in this PR:
TODO: