2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00
Ghost/ghost/admin
Kevin Ansfield 1cab2dd66f Improved built JS compat w/ CloudFlare Auto Minify (#861)
refs TryGhost/Ghost#8815, TryGhost/Ghost#8840, TryGhost/Ghost#8842, TryGhost/Ghost#8849
- `ember-cli` 2.14 introduced some [new defaults for uglify-js](https://github.com/ember-cli/ember-cli/pull/7077) that resulted in CloudFlare's Auto Minify feature mangling the JS files and causing syntax errors
- revert the `semicolons: false` option to restore compatibility

**Note:** This does _not_ mean it's recommended to use CloudFlare's Auto Minify feature. It's still recommended that all CloudFlare's performance settings are [disabled for /ghost* URLs](https://docs.ghost.org/docs/troubleshooting#section-ghost-admin-not-loading)
2017-09-18 16:39:03 +01:00
..
.github Rename PULL_REQUEST_TEMPLATE to PULL_REQUEST_TEMPLATE.md 2016-05-23 10:50:15 +01:00
app 🐛 Fixed team page not showing profile image and last seen (#857) 2017-09-12 14:41:49 +02:00
config Removed defunct Ghost OAuth code (#848) 2017-09-04 21:17:04 +02:00
lib Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
mirage Removed defunct Ghost OAuth code (#848) 2017-09-04 21:17:04 +02:00
public/assets Unsplash integration 2017-08-15 16:01:12 +01:00
tests Upgrade eslint dependencies (#855) 2017-09-11 14:56:11 +07:00
.csscomb.json Unsplash integration 2017-08-15 16:01:12 +01:00
.editorconfig deps: ember-cli@2.8.0 2016-10-07 17:32:30 +01:00
.ember-cli grunt init, dev 2015-03-11 12:37:41 -06:00
.eslintrc.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
.gitignore ⬆️ bump core ember dependencies (#804) 2017-07-31 13:38:46 +04:00
.travis.yml Run Chrome in headless mode on Travis 2017-09-02 16:39:49 -04:00
.watchmanconfig deps: ember-cli@1.13.13 2015-11-30 11:21:39 -06:00
bower.json Remove usage of jquery-file-upload (#815) 2017-08-18 10:27:42 +07:00
ember-cli-build.js Improved built JS compat w/ CloudFlare Auto Minify (#861) 2017-09-18 16:39:03 +01:00
Gruntfile.js 🛠 switch to using yarn in our Grunt tasks (#613) 2017-04-04 11:36:17 +01:00
LICENSE 2017 2017-01-04 10:32:54 +00:00
package.json Version bump to 1.8.6 2017-09-14 18:43:19 +07:00
README.md Add code coverage badge to README (#486) 2017-01-11 13:09:26 +00:00
testem.js Run Chrome in headless mode on Travis 2017-09-02 16:39:49 -04:00
yarn.lock Upgrade eslint dependencies (#855) 2017-09-11 14:56:11 +07: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.