Cale/rake bootstrap - #185
Merged
Merged
Conversation
This was referenced Jun 17, 2013
Merged
Rake by default imports all .rake files in the rakelib dir, so we can use that rather than doing our own import loop.
`rake install_prereqs` requires a minimal level of ruby and rake already installed. If it doesn't exist, then print out a helpful message indicating next steps.
The preprocess task requires system and env arguments in order to correctly load up the django environment to preprocess sass files to inject themes. In order for that task to recieve the arguments, all tasks that depend on it also have to accept that same set of arguments. This will all go away once the next evolution of themes arrives, which will remove the preprocessing needed to inject theme names.
chrisrossi
pushed a commit
to jazkarta/edx-platform
that referenced
this pull request
Mar 31, 2014
Kimth/lms coderesponse
mtyaka
pushed a commit
to mtyaka/edx-platform
that referenced
this pull request
Aug 27, 2014
…group-user-check mattdrayer/api-workgroup-user-check: Ensure no existing workgroup assign...
jbau
pushed a commit
that referenced
this pull request
Jan 21, 2015
from Stanford-Online:giulio/quick-margin-css into Stanford-Online:master
CrewS
pushed a commit
to CrewS/edx-platform-1
that referenced
this pull request
Jan 4, 2019
Change Course About Button
edx-secure
pushed a commit
that referenced
this pull request
Jul 22, 2020
Sustaining Xsslint security fixes
rediris
pushed a commit
to gymnasium/edx-platform
that referenced
this pull request
Feb 25, 2021
…re/fix-default-cert-status-for-open-ended Change default certificate status for open-ended courses
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.
Fixes LMS-463