Compare commits

..

5 Commits

Author SHA1 Message Date
thehollidayinn
4fd5de1bf7 4.0.1 2017-09-28 15:39:26 -05:00
thehollidayinn
bd902e14cf Fixed footer and images for bailey 2017-09-28 15:32:10 -05:00
thehollidayinn
3a0878c9a1 Fixed seasonal images 2017-09-28 15:19:00 -05:00
SabreCat
9b37f1e538 chore(news): Bailey on old client 2017-09-28 20:02:42 +00:00
SabreCat
5774ac23e8 chore(news): Bailey 2017-09-28 19:29:18 +00:00
5 changed files with 9 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ RUN npm install -g gulp grunt-cli bower mocha
# Clone Habitica repo and install dependencies
RUN mkdir -p /usr/src/habitrpg
WORKDIR /usr/src/habitrpg
RUN git clone --branch v4.0.3 https://github.com/HabitRPG/habitica.git /usr/src/habitrpg
RUN git clone --branch release https://github.com/HabitRPG/habitica.git /usr/src/habitrpg
RUN npm install
RUN bower install --allow-root
RUN gulp build:prod --force

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "habitica",
"version": "4.0.4",
"version": "4.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,7 +1,7 @@
{
"name": "habitica",
"description": "A habit tracker app which treats your goals like a Role Playing Game.",
"version": "4.0.4",
"version": "4.0.1",
"main": "./website/server/index.js",
"dependencies": {
"@slack/client": "^3.8.1",

View File

@@ -14,8 +14,8 @@
hr
p Welcome to the new Habitica! We're so excited to share it with you at last. This project, which has been a labor of love since last December, is the single biggest update that Habitica has ever released (with over 150 pages of designs, an entire rewrite of all of our front-end code, countless rounds of testing and iteration, and many, many meetings). Just refresh your page to load the new website!
.promo_login_screen.center-block
p(v-markdown="'You can find a full list of changes [here](http://habitica.wikia.com/wiki/Habitica_Redesign_Fact_Sheet), as well as explanations for why we made each, but here are a few quick tips to help you get oriented:'")
.grassy-meadow-backdrop
p(v-markdown="'You can find a full list of changes [here](https://docs.google.com/document/d/1GZ0A2MK3JCZPuFUOStR7aVUI8fQlmjFDtLdj5Lg5XHY/edit), as well as explanations for why we made each, but here are a few quick tips to help you get oriented:'")
.seasonal-shop-backdrop
.daniel_front
ul
li There's a ton of new art around the site! Peek at the NPCs and Guild chats to admire some of the changes.
@@ -49,14 +49,14 @@
}
.grassy-meadow-backdrop {
background-image: url('~assets/images/npc/fall/tavern_background.png');
background-image: url('~assets/images/npc/normal/tavern_background.png');
background-repeat: repeat-x;
width: 100%;
height: 246px;
}
.daniel_front {
background-image: url('~assets/images/npc/fall/tavern_npc.png');
background-image: url('~assets/images/npc/fall/seasonal_shop_opened_npc.png');
height: 246px;
width: 471px;
background-repeat: no-repeat;
@@ -69,7 +69,7 @@
}
.sorceress_front {
background-image: url('~assets/images/npc/fall/seasonal_shop_opened_npc.png');
background-image: url('~assets/images/npc/normal/tavern_npc.png');
height: 246px;
width: 471px;
background-repeat: no-repeat;

View File

@@ -82,7 +82,7 @@
.row
.col-4
| © 2017 Habitica. All rights reserved.
// .debug.float-left(v-if="!IS_PRODUCTION && isUserLoaded")
.debug.float-left(v-if="!IS_PRODUCTION && isUserLoaded")
button.btn.btn-primary(@click="debugMenuShown = !debugMenuShown") Toggle Debug Menu
.debug-group(v-if="debugMenuShown")
a.btn.btn-default(@click="setHealthLow()") Health = 1