fix bug in management command, install dutils.js as static media#1
Open
rbdcti wants to merge 8 commits intokrak3n:masterfrom
Open
fix bug in management command, install dutils.js as static media#1rbdcti wants to merge 8 commits intokrak3n:masterfrom
rbdcti wants to merge 8 commits intokrak3n:masterfrom
Conversation
…django_compressor)
Author
|
also made a number of other improvements and tested all of my changes |
Owner
|
Hey, thanks for this :) I haven't had a chance to review your change sets. I'll take a look asap. Thanks Chris |
…(?P<sessID>[a-zA-Z0-9]+)/_fields/(?P<interactionType>(pre|post))/$' (before this fix it would produce a string like "/_a/_support/<sessID>/_fields/<interactionType>)/", instead of "/_a/_support/<sessID>/_fields/<interactionType>/"
Author
|
@krak3n let me know when you do get a chance to look at the commits, thanks |
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.
this fixes a bug that prevented you from being able to use your own URLS_JS_GENERATED_FILE, as well as allowing dutils.js to be pulled in from manage.py collectstatic