Commit 43cd2698 authored by Michal Čihař's avatar Michal Čihař

Use absolute paths here

parent ded3bbe9
......@@ -39,11 +39,11 @@ JENKINS_TASKS = (
)
CSSLINT_CHECKED_FILES = (
'weblate/media/css/style.css',
os.path.join(WEB_ROOT, 'weblate/media/css/style.css'),
)
JSHINT_CHECKED_FILES = (
'weblate/media/js/loader.js',
os.path.join(WEB_ROOT, 'weblate/media/js/loader.js'),
)
PROJECT_APPS = (
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment