0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/core/client
Manuel Mitasch ca9a23f2d6 Ember.js: Add assets img + css (ember-hacks.css) to ember admin
Closes #2276

- Adds the images to `core/client/assets/img`
- Adds css with ember hacks to `core/client/assets/css`
- Configures middleware to provide assets as static files at url `/ghost/ember`
- Adds ember option to assets helper
- Modifies default-ember.hbs to use ember option on asset helper
- Remove inline style definition in editor.hbs
- Modifies .gitignore to include ember-hacks.css (in ignored `core/client/assets/css` folder)
2014-03-15 00:08:15 +01:00
..
assets Ember.js: Add assets img + css (ember-hacks.css) to ember admin 2014-03-15 00:08:15 +01:00
components Amend fixtures & put body classes in styleBody mixin 2014-03-09 15:30:54 +00:00
controllers/posts Amend fixtures & put body classes in styleBody mixin 2014-03-09 15:30:54 +00:00
fixtures Amend fixtures & put body classes in styleBody mixin 2014-03-09 15:30:54 +00:00
helpers Amend fixtures & put body classes in styleBody mixin 2014-03-09 15:30:54 +00:00
mixins Amend fixtures & put body classes in styleBody mixin 2014-03-09 15:30:54 +00:00
models Minor refactoring of the routers: 2014-03-07 14:01:27 +00:00
routes Amend fixtures & put body classes in styleBody mixin 2014-03-09 15:30:54 +00:00
templates Ember.js: Add assets img + css (ember-hacks.css) to ember admin 2014-03-15 00:08:15 +01:00
utils Amend fixtures & put body classes in styleBody mixin 2014-03-09 15:30:54 +00:00
views Specify itemView on the each helper rather than nesting a view helper. 2014-03-09 14:20:15 -07:00
app.js Amend fixtures & put body classes in styleBody mixin 2014-03-09 15:30:54 +00:00
router.js Add HTML5 pushState support for Ember 2014-03-09 20:57:13 -04:00