Skip to content
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

Change umdAppConfigBuilder to not append "app.js" #14

Merged
merged 1 commit into from
Dec 18, 2014
Merged

Change umdAppConfigBuilder to not append "app.js" #14

merged 1 commit into from
Dec 18, 2014

Conversation

cpacey
Copy link
Contributor

@cpacey cpacey commented Dec 18, 2014

This is never how it should have behaved in the first place. It should be
up to the caller to decide and specify the file name.

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling e300f0d on cpacey:master into 3f31bcd on Brightspace:master.

@@ -1,7 +1,7 @@
var builder = require('../src/umdAppConfigBuilder');

var TARGET = 'example.com';
var TARGET_WITH_TRAILING_SLASH = 'example.com/path/';
var TARGET_WITH_TRAILING_SLASH = 'example.com/path/app.js';
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this still being used anywhere? I don't see any references. It can probably be deleted.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good catch.

This is never how it should have behaved in the first place.  It should be
up to the caller to decide and specify the file name.
@D2LChrisC
Copy link
Contributor

Other than what I suspect to be a declared variable that isn't reference, this looks good.

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 533b592 on cpacey:master into 3f31bcd on Brightspace:master.

cpacey added a commit that referenced this pull request Dec 18, 2014
Change umdAppConfigBuilder to not append "app.js"
@cpacey cpacey merged commit 76a6e59 into Brightspace:master Dec 18, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants