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

@@ -3,7 +3,7 @@ define([
'/common/cryptpad-common.js',
'/common/login.js',
'css!/bower_components/components-font-awesome/css/font-awesome.min.css',
'less!/bower_components/components-font-awesome/css/font-awesome.min.css',
'less!/customize/src/less/loading.less',
], function ($, Cryptpad, Login) {
$(function () {