"css/vendor/ova/flagging-annotator.css",
            "css/vendor/ova/diacritic-annotator.css",
            "css/vendor/ova/grouping-annotator.css",
            "css/vendor/ova/ova.css",
            "js/vendor/ova/catch/css/main.css",
        ],
        "output_filename": "css/cms-style-xmodule-annotations.css",
    },
}

# test_order: Determines the position of this chunk of javascript on
# the jasmine test page
PIPELINE_JS = {
    "module-js": {
        "source_filenames": (
            rooted_glob(COMMON_ROOT / "static/", "xmodule/descriptors/js/*.js")
            + rooted_glob(COMMON_ROOT / "static/", "xmodule/modules/js/*.js")
            + rooted_glob(COMMON_ROOT / "static/", "common/js/discussion/*.js")
        ),
        "output_filename": "js/cms-modules.js",
        "test_order": 1,
    }
}

PIPELINE_COMPILERS = ("pipeline.compilers.coffee.CoffeeScriptCompiler",)

PIPELINE_CSS_COMPRESSOR = None
PIPELINE_JS_COMPRESSOR = None

STATICFILES_IGNORE_PATTERNS = (
    "*.py",
Beispiel #2
0
            'css/vendor/ova/flagging-annotator.css',
            'css/vendor/ova/diacritic-annotator.css',
            'css/vendor/ova/grouping-annotator.css',
            'css/vendor/ova/ova.css',
            'js/vendor/ova/catch/css/main.css'
        ],
        'output_filename': 'css/cms-style-xmodule-annotations.css',
    },
}

# test_order: Determines the position of this chunk of javascript on
# the jasmine test page
PIPELINE_JS = {
    'module-js': {
        'source_filenames': (
            rooted_glob(COMMON_ROOT / 'static/', 'xmodule/descriptors/js/*.js') +
            rooted_glob(COMMON_ROOT / 'static/', 'xmodule/modules/js/*.js') +
            rooted_glob(COMMON_ROOT / 'static/', 'coffee/src/discussion/*.js')
        ),
        'output_filename': 'js/cms-modules.js',
        'test_order': 1
    },
}

PIPELINE_COMPILERS = (
    'pipeline.compilers.coffee.CoffeeScriptCompiler',
)

PIPELINE_CSS_COMPRESSOR = None
PIPELINE_JS_COMPRESSOR = None
Beispiel #3
0
            'css/vendor/ova/flagging-annotator.css',
            'css/vendor/ova/diacritic-annotator.css',
            'css/vendor/ova/grouping-annotator.css', 'css/vendor/ova/ova.css',
            'js/vendor/ova/catch/css/main.css'
        ],
        'output_filename':
        'css/cms-style-xmodule-annotations.css',
    },
}

# test_order: Determines the position of this chunk of javascript on
# the jasmine test page
PIPELINE_JS = {
    'module-js': {
        'source_filenames':
        (rooted_glob(COMMON_ROOT / 'static/', 'xmodule/descriptors/js/*.js') +
         rooted_glob(COMMON_ROOT / 'static/', 'xmodule/modules/js/*.js') +
         rooted_glob(COMMON_ROOT / 'static/', 'common/js/discussion/*.js')),
        'output_filename':
        'js/cms-modules.js',
        'test_order':
        1
    },
}

PIPELINE_COMPILERS = ('pipeline.compilers.coffee.CoffeeScriptCompiler', )

PIPELINE_CSS_COMPRESSOR = None
PIPELINE_JS_COMPRESSOR = None

STATICFILES_IGNORE_PATTERNS = (