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

Demos: Fixed source and built RequireJS + Backbone demo #7092

Merged
merged 1 commit into from
Feb 23, 2014
Merged

Conversation

gseguin
Copy link
Contributor

@gseguin gseguin commented Feb 7, 2014

Fixes gh-6818

@jaspermdegroot jaspermdegroot added this to the 1.4.1 milestone Feb 7, 2014
@arschmitz
Copy link
Contributor

one question on this why do you refrence require on github when this particular lib we already have in the library is this just to make it easier for the build?

@gseguin
Copy link
Contributor Author

gseguin commented Feb 7, 2014

Because this way we don't have to bundle it in the distributable.

content = content.replace( /\.\.\/external\/jquery\//, "" );
content = content.replace( /jquery\.mobile/, processedName );
content = content.replace( /"backbone-requirejs-demos".*$/m, "\"backbone-requirejs-demos\": \"../backbone-requirejs/js\"" );
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there are a few line length issues in this block

@arschmitz
Copy link
Contributor

👍

@gseguin gseguin merged commit f029237 into master Feb 23, 2014
@gseguin gseguin deleted the issue-6818 branch February 23, 2014 17:14
@gseguin
Copy link
Contributor Author

gseguin commented Feb 23, 2014

Closed #7092

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
3 participants