Add spaces before and after parenthesis

This commit is contained in:
choyweston
2016-11-14 11:02:10 -05:00
committed by GitHub
parent 311b0953aa
commit fd7632dde0

View File

@@ -150,7 +150,7 @@ var rewriteRules = function (rules, mergedCssPath) {
absolutePath = resource.path;
}
if(resource.hash){
if (resource.hash) {
absolutePath += resource.hash;
}