Ghost/core
David Arvelo 6658675646 Implement Mobile Editor
closes #2957
- add FastClick library to Gruntfile.js
- add touch-editor to client/assets/lib/
- add mobile-specific utils to util/mobile-utils.js
- add codemirror util to set up TouchEditor only if we're really on mobile
- change gh-codemirror from having a default action to a named action. prevents Ember.TextArea firing action on change
- change gh-codemirror `cm.getDoc().getValue()` to `cm.getValue()` for portability
- change codemirror-shortcuts ES6 export/import style
- changed ghostimagepreview.js to check for Ember.touchEditor in addition to Ghost.touchEditor
2014-06-24 18:33:43 -04:00
..
client Implement Mobile Editor 2014-06-24 18:33:43 -04:00
clientold User API changes 2014-06-20 11:15:01 +02:00
server Remove ember-hacks.css file 2014-06-24 14:49:37 +01:00
shared Implement Mobile Editor 2014-06-24 18:33:43 -04:00
test Enable validation for settings/general screen 2014-06-24 13:32:47 +00:00
bootstrap.js Improve error handling during bootstrap process 2014-06-19 12:59:16 +00:00
index.js Improve error handling during bootstrap process 2014-06-19 12:59:16 +00:00
server.js