Change font-awesome to be pulled through LessLoader which will rewrite the font file URLs to use ver= parameter

This commit is contained in:
Caleb James DeLisle
2017-09-13 14:47:50 +02:00
parent d46cc8226d
commit 789a923792
23 changed files with 23 additions and 23 deletions

View File

@@ -28,7 +28,7 @@ define([
ua[0] = parent.replace(/\/[^\/]*$/, '/') + ua[0];
}
var out = ua.join('#');
console.log(url + " --> " + out);
//console.log(url + " --> " + out);
return out;
};