From 9432535665a7059194c0f2b0d0a106ac2626c1f9 Mon Sep 17 00:00:00 2001 From: Simon Eisenmann Date: Fri, 3 Jul 2015 14:44:18 +0200 Subject: [PATCH] Use webfonts.js in main to avoid load order error in built javascript. --- static/js/base.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/static/js/base.js b/static/js/base.js index 115e77f6..92b324b0 100644 --- a/static/js/base.js +++ b/static/js/base.js @@ -33,5 +33,4 @@ define([ // Helper module to put non dependency base libraries together. 'humanize', 'sha', 'sjcl', - 'text', - 'webfont'], function() {}); + 'text'], function() {});