Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Commit

Permalink
Corrected paths
Browse files Browse the repository at this point in the history
  • Loading branch information
crookedneighbor committed Feb 9, 2015
1 parent b8061ec commit d10aa71
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions styles/app.styl
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@import "../node_modules/habitrpg/public/css/global-colors"
@import "../node_modules/habitrpg/public/css/global-modules"
@import "../node_modules/habitrpg/public/css/avatar"
@import "../node_modules/habitrpg/public/css/header"
@import "../node_modules/habitrpg/public/css/inventory"
@import "../node_modules/habitrpg/public/css/menu"
@import "../node_modules/habitrpg/public/css/customizer"
@import "../node_modules/habitrpg/website/public/css/global-colors"
@import "../node_modules/habitrpg/website/public/css/global-modules"
@import "../node_modules/habitrpg/website/public/css/avatar"
@import "../node_modules/habitrpg/website/public/css/header"
@import "../node_modules/habitrpg/website/public/css/inventory"
@import "../node_modules/habitrpg/website/public/css/menu"
@import "../node_modules/habitrpg/website/public/css/customizer"

.notif-bar
.shop_gold, .shop_silver
Expand Down
10 changes: 5 additions & 5 deletions views/app.jade
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
include ../node_modules/habitrpg/views/shared/mixins
include ../node_modules/habitrpg/views/shared/header/avatar
include ../node_modules/habitrpg/views/options/profile
include ../node_modules/habitrpg/views/shared/modals/quest-rewards
include ../node_modules/habitrpg/views/options/social/boss
include ../node_modules/habitrpg/website/views/shared/mixins
include ../node_modules/habitrpg/website/views/shared/header/avatar
include ../node_modules/habitrpg/website/views/options/profile
include ../node_modules/habitrpg/website/views/shared/modals/quest-rewards
include ../node_modules/habitrpg/website/views/options/social/boss
include app/avatar
include app/list
include app/details
Expand Down

0 comments on commit d10aa71

Please sign in to comment.