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

@@ -11,7 +11,7 @@ define([
'/common/cryptget.js',
'/common/mergeDrive.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/cryptpad.less',
], function ($, Listmap, Crypto, TextPatcher, JSONSortify, Cryptpad, FO, Toolbar, AppConfig, Get, Merge) {
var module = window.MODULE = {};