Includes Requirejs example page#20
Open
deanrad wants to merge 8 commits into
Open
Conversation
added 5 commits
May 2, 2014 13:12
Note: `grunt bower` do this automagically !
If amd’s define is in scope, the i3d3 object will be returned and no global will be created. Otherwise the i3d3 object will be assigned to window.i3d3
This shows the use of i3d3 in a require-js environment.
Author
|
Also - this change would probably merit a patch version bump to 0.9.x - will have to change both bower.json AND package.json |
Owner
There was a problem hiding this comment.
why the extra example html and js files? seems non-DRY....
Owner
|
Feel free to up the versions in the .json files -- but we should discuss the extra files, and any needed changes to the README. |
added 3 commits
May 5, 2014 13:08
high and dry
in package.json as well
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Also updates project to have a package.json and Gruntfile.js - can be useful for npm publishing and running linting and other tasks..