From bdf32325f6ed50015a25f2765cbbfecb5839c5eb Mon Sep 17 00:00:00 2001 From: Matteo Pagliazzi Date: Wed, 27 Nov 2013 16:19:56 +0100 Subject: [PATCH] remove emoji css from manifest and move into index.styl --- public/css/index.styl | 1 + public/manifest.json | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) 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": {