0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00
ghost/ghost/admin
Kevin Ansfield b1c94c6397 🐛 correctly count multibyte chars in character counters (#487)
closes https://github.com/TryGhost/Ghost/issues/7739

- use es6's `Array.from` to convert the string to an array to get a symbol count rather than a byte count
2017-01-11 14:45:22 +01:00
..
.github
app 🐛 correctly count multibyte chars in character counters (#487) 2017-01-11 14:45:22 +01:00
config Update code to match eslint rules 2016-11-14 13:26:00 +00:00
lib/asset-delivery 💄remove final jscs references 2016-11-16 12:27:30 +00:00
public/assets ✍ Change contributors on about page to be manually (#330) 2016-10-17 09:58:44 +01:00
tests 🐛 correctly count multibyte chars in character counters (#487) 2017-01-11 14:45:22 +01:00
.editorconfig deps: ember-cli@2.8.0 2016-10-07 17:32:30 +01:00
.ember-cli
.eslintrc.js switch from jshint/jscs to eslint 2016-11-14 13:25:36 +00:00
.gitignore chore(package): update ember-cli to version 2.9.0 (#354) 2016-10-21 09:07:49 +01:00
.travis.yml Add code coverage (#481) 2017-01-09 23:00:12 +00:00
.watchmanconfig
bower.json switch from jshint/jscs to eslint 2016-11-14 13:25:36 +00:00
ember-cli-build.js switch from jshint/jscs to eslint 2016-11-14 13:25:36 +00:00
Gruntfile.js remove unused Gruntfile dependencies (#471) 2017-01-04 08:40:56 -07:00
LICENSE 2017 2017-01-04 10:32:54 +00:00
package.json chore(package): update ember-cli-pretender to version 1.0.1 (#484) 2017-01-10 09:34:04 +00:00
README.md Add code coverage badge to README (#486) 2017-01-11 13:09:26 +00:00
testem.js Update code to match eslint rules 2016-11-14 13:26:00 +00:00

Ghost-Admin

Build Status Coverage Status

This is the home of Ember.js based admin client that ships with Ghost. For now, refer to that repository for install and development instructions.

Have a bug or issue?

Bugs and issues (even if they only affect the admin client) should be opened on the core Ghost repository.

Copyright & License

Copyright (c) 2013-2017 Ghost Foundation - Released under the MIT license.