Merge branch 'master' of github.com:MITx/mitx
This commit is contained in:
@@ -157,7 +157,7 @@ PIPELINE_CSS = {
|
||||
|
||||
PIPELINE_ALWAYS_RECOMPILE = ['sass/base-style.scss']
|
||||
|
||||
from x_module import XModuleDescriptor
|
||||
from xmodule.x_module import XModuleDescriptor
|
||||
js_file_dir = PROJECT_ROOT / "static" / "coffee" / "module"
|
||||
try:
|
||||
os.makedirs(js_file_dir)
|
||||
|
||||
2
rakefile
2
rakefile
@@ -39,7 +39,7 @@ def django_admin(system, env, command, *args)
|
||||
return "#{django_admin} #{command} --settings=#{system}.envs.#{env} --pythonpath=. #{args.join(' ')}"
|
||||
end
|
||||
|
||||
task :default => [:pep8, :pylint, :test]
|
||||
task :default => [:test, :pep8, :pylint]
|
||||
|
||||
directory REPORT_DIR
|
||||
directory LMS_REPORT_DIR
|
||||
|
||||
Reference in New Issue
Block a user