Skip to content

Commit

Permalink
fontawesome-4 renamed font folder to fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
tomspur authored and Carreau committed Jul 27, 2014
1 parent 03f4869 commit fb344e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion IPython/html/static/style/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
*/
@import "../components/font-awesome/less/font-awesome.less";
@FontAwesomePath: "../components/font-awesome/font";
@FontAwesomePath: "../components/font-awesome/fonts";

// base
@import "../base/less/style.less";
Expand Down
2 changes: 1 addition & 1 deletion setupbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def find_package_data():
pjoin(components, "bootstrap", "js", "bootstrap.min.js"),
pjoin(components, "bootstrap-tour", "build", "css", "bootstrap-tour.min.css"),
pjoin(components, "bootstrap-tour", "build", "js", "bootstrap-tour.min.js"),
pjoin(components, "font-awesome", "font", "*.*"),
pjoin(components, "font-awesome", "fonts", "*.*"),
pjoin(components, "google-caja", "html-css-sanitizer-minified.js"),
pjoin(components, "highlight.js", "build", "highlight.pack.js"),
pjoin(components, "jquery", "jquery.min.js"),
Expand Down

0 comments on commit fb344e7

Please sign in to comment.