Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
remove duplicated and unused editor files
Browse files Browse the repository at this point in the history
no issue
- as a separate project a number of Ghost-Admin components and files had been copied verbatim, these are no longer needed as the original components are available now that the editor is integrated
  • Loading branch information
kevinansfield committed Mar 2, 2017
1 parent 78dce69 commit 3b51ac3
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 537 deletions.
4 changes: 2 additions & 2 deletions lib/gh-koenig/addon/components/cards/image-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ import run from 'ember-runloop';
import layout from '../../templates/components/image-card';

import {invokeAction} from 'ember-invoke-action';
//import ghostPaths from 'gh-koenig/utils/ghost-paths';
//import ghostPaths from 'ghost-admin/utils/ghost-paths';
import {
isRequestEntityTooLargeError,
isUnsupportedMediaTypeError,
isVersionMismatchError,
UnsupportedMediaTypeError
} from 'gh-koenig/services/ajax';
} from 'ghost-admin/services/ajax';

export default Component.extend({
layout,
Expand Down
2 changes: 1 addition & 1 deletion lib/gh-koenig/addon/components/cards/markdown-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
isUnsupportedMediaTypeError,
isVersionMismatchError,
UnsupportedMediaTypeError
} from 'gh-koenig/services/ajax';
} from 'ghost-admin/services/ajax';
/* legacyConverter.makeHtml(_.toString(this.get('markdown')))
*/

Expand Down
12 changes: 0 additions & 12 deletions lib/gh-koenig/addon/components/gh-file-input.js

This file was deleted.

7 changes: 0 additions & 7 deletions lib/gh-koenig/addon/components/gh-input.js

This file was deleted.

290 changes: 0 additions & 290 deletions lib/gh-koenig/addon/libs/image-uploader.js

This file was deleted.

0 comments on commit 3b51ac3

Please sign in to comment.