habitica-self-host/website
Keith Holliday 6f034bb5dd Fixed issue when repeat object is malformed (#8765)
* Fixed issue when repeat object is malformed

* Removed only

* Changed numeric check to lodash isFinite

* Removed newer lodash function
2017-05-28 20:07:29 -05:00
..
assets chore(sprites): compile 2017-05-23 22:04:26 +00:00
build Vue Store (#8071) 2016-09-29 13:32:36 +02:00
client Merge branch 'monthlies' into release 2017-05-25 00:50:19 +00:00
client-old Removed let from front end 2017-05-23 08:56:36 -06:00
common Fixed issue when repeat object is malformed (#8765) 2017-05-28 20:07:29 -05:00
server Merged in develop 2017-05-20 19:24:25 -06:00
static/sprites chore(sprites): compile 2017-05-23 22:04:26 +00:00
views chore(news): Bailey 2017-05-25 00:59:37 +00:00
README.md expose new client at /new-app, can be enabled in prod setting a flag 2016-09-21 13:43:39 +02:00

/website/client contains the source files for the new client side that is being developed as part of the Habitica.com redesign. Static assets for the new client can be found in website/static.

The old client side files can be found in /website/client-old, they are still used on Habitica.com while the redesign is in progress.