Use fontawesome from bower

This commit is contained in:
Samy Pessé
2014-08-09 23:26:54 -07:00
parent 7028fc7118
commit 786c4f147d
26 changed files with 504 additions and 1387 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
define([
"vendors/URIjs/src/URI"
"../../vendors/URIjs/src/URI"
], function(URI) {
// Joins path segments. Preserves initial "/" and resolves ".." and "."
// Does not support using ".." to go above/outside the root.