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

Use local underscore.js #90 instead of CDN #91

Merged
merged 2 commits into from
Apr 10, 2015

Conversation

GregUK
Copy link
Contributor

@GregUK GregUK commented Jan 8, 2015

Update to use local underscore.js rather than cdn version, used version 1.7 of underscore

internal_js = [
"django_hstore/hstore-widget.js"
"django_hstore/underscore-min.js"
]

js = external_js + [static("admin/js/%s" % path) for path in internal_js]
Copy link
Member

Choose a reason for hiding this comment

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

external_js not defined

Copy link
Member

Choose a reason for hiding this comment

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

could you correct, ammend and then push -f, please?

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling d6b75d9 on GregUK:master into c2714b7 on djangonauts:master.

@nemesifier
Copy link
Member

Hey man this is simply wrong, did you even test this?

@landscape-bot
Copy link

Code Health
Repository health increased by 6% when pulling d6b75d9 on GregUK:master into c2714b7 on djangonauts:master.

internal_js = [
"django_hstore/hstore-widget.js"
"django_hstore/underscore-min.js"
Copy link
Member

Choose a reason for hiding this comment

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

a comma (,) is missing from the line before

@nemesifier
Copy link
Member

@GregUK i tested this patch a few months ago and it had issues which it caused not to work properly. If you are going to work to fix this let me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants