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

@@ -4,7 +4,7 @@ define([
'/common/cryptpad-common.js',
'/customize/pages.js',
'css!/bower_components/components-font-awesome/css/font-awesome.min.css',
'less!/bower_components/components-font-awesome/css/font-awesome.min.css',
], function ($, h, Cryptpad, Pages) {
$(function () {
var $body = $('body');