Commit 5b12f7d3 by Ehtesham Committed by Usman Khalid

fixing quality

parent 86030267
......@@ -109,7 +109,7 @@ var getPreprocessorObject = function (files) {
var pattern = _.isObject(file) ? file.pattern : file;
if (pattern.match(/^common\/js/)) {
pattern = path.join(appRoot, '/common/static/' + pattern)
pattern = path.join(appRoot, '/common/static/' + pattern);
} else if (pattern.match(/^xmodule_js\/common_static/)) {
pattern = path.join(appRoot, '/common/static/' +
pattern.replace(/^xmodule_js\/common_static\//, ''));
......
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