diff --git a/public/css/index.styl b/public/css/index.styl index 4d149f27e2..2d1e906f69 100644 --- a/public/css/index.styl +++ b/public/css/index.styl @@ -7,6 +7,7 @@ @import "../bower_components/bootstrap/docs/assets/css/bootstrap-responsive.css" @import "../bower_components/bootstrap-tour/build/css/bootstrap-tour.min.css" @import "../bower_components/angular-loading-bar/build/loading-bar.css" +@import "../bower_components/js-emoji/emoji.css" // Custom includes @import "./tasks.styl" diff --git a/public/manifest.json b/public/manifest.json index 6354c04520..f14e5b3d97 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -60,8 +60,7 @@ "css": [ "bower_components/bootstrap/docs/assets/css/bootstrap.css", "app.css", - "bower_components/habitrpg-shared/dist/spritesheets.css", - "bower_components/js-emoji/emoji.css" + "bower_components/habitrpg-shared/dist/spritesheets.css" ] }, "static": {