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 7f44e0128e grunt dev admin livereload (#590)
refs https://github.com/TryGhost/Ghost/issues/8161, requires tbd
- updates the `ember:watch` grunt task to use `ember serve`, passing in the required `--live-reload-base-url` parameter
  - forces live reload port to `4201` for now as there's a [bug on touchbar macs](https://github.com/ember-cli/ember-cli/issues/6513)
- removes the unused `ember-cli-content-security-policy` dependency to remove console log noise from x-domain warnings

With this and the required Ghost PR, when using `grunt dev` the admin screen will refresh any time a file is changed. It will also allow tests to be run simultaneously by visiting http://localhost:4200/tests
2017-03-30 13:27:01 +01:00
..
.github
app remove static card/publish menu examples from Labs screen 2017-03-29 10:51:18 +01:00
config deps: ember-cli@2.12.1 (#604) 2017-03-28 11:29:18 +01:00
lib fix addon preprocessor deprecation warning during build 2017-03-28 18:17:59 +01:00
mirage 🔥 remove Posts per Page setting (#583) 2017-03-14 18:09:06 +01:00
public/assets Card menu trigger styling 2017-03-15 17:43:12 +02:00
tests deps: ember-source@2.12.0 2017-03-29 10:47:46 +01:00
.editorconfig
.ember-cli
.eslintrc.js
.gitignore
.travis.yml remove editor install step from Travis 2017-03-02 11:09:38 +00:00
.watchmanconfig
bower.json deps: ember@2.11.0 2017-02-01 17:03:38 -06:00
ember-cli-build.js deps: ember-cli@2.12.1 (#604) 2017-03-28 11:29:18 +01:00
four.css 👷🏻‍♀️🚧👷 Ghost-Editor integration. 2017-03-02 09:56:51 +00:00
Gruntfile.js grunt dev admin livereload (#590) 2017-03-30 13:27:01 +01:00
LICENSE
package.json grunt dev admin livereload (#590) 2017-03-30 13:27:01 +01:00
README.md
testem.js
yarn.lock grunt dev admin livereload (#590) 2017-03-30 13:27:01 +01: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.