- 09 Jul, 2013 2 commits
- 27 Jun, 2013 4 commits
-
-
This allows the build to pass in Jenkins
Will Daly committed -
This ensures that `rake test` will clean the report directories *before* running the JS tests.
Will Daly committed -
Calen Pennington committed
-
This allows the build to pass in Jenkins
Will Daly committed
-
- 26 Jun, 2013 1 commit
-
-
This ensures that `rake test` will clean the report directories *before* running the JS tests.
Will Daly committed
-
- 21 Jun, 2013 2 commits
-
-
JonahStanley committed
-
directory is created before it is cleaned.
Will Daly committed
-
- 20 Jun, 2013 6 commits
-
-
Added test cleaning to fasttest_* instead of test_*, so that it always gets executed for lms and cms tests. Added comment to `directory` command for tests.rake Separated cleaning of test fixtures from cleaning of reports directory to resolve conflicts with collectstatic.
Will Daly committed -
Previously, multiple copies of the watchers started from the different shells would run simultaneously, which left the possiblity of zombie watchers, increased resource consumption, and incorrect results. This fixes that problem by only starting a watcher if that same command isn't already in the process list. Fixes LMS-499
Calen Pennington committed -
When running under watchmedo, coffee doesn't display any useful information when it recompiles a changed file, so we make watchmedo echo that information instead.
Calen Pennington committed -
Using `ulimit -n` to set the limit much higher than the default of 256 in Darwin seems to avoid the `EMFILE` error that was plaguing our Mac developers.
Calen Pennington committed -
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.
Calen Pennington committed -
Rake by default imports all .rake files in the rakelib dir, so we can use that rather than doing our own import loop.
Calen Pennington committed
-