Ghost/ghost/admin/app/styles
Kevin Ansfield 893a010a4f Lazy-load SimpleMDE dependency in MD card (reduces main bundle by 260KB)
no issue
- use broccoli-funnel to avoid polluting the `dist/` dir with unused build artefacts
- load codemirror and simplemde CSS up-front to avoid duplicate styles and specificity problems
- pull simplemde dependency out into a separate JS file and lazy-load in `{{gh-simplemde}}` component to reduce main bundle size. Before/after:
  - `vendor.min.js 3.58 MB (795.88 KB gzipped)`
  - `vendor.min.js 3.32 MB (710.66 KB gzipped)`
2019-01-21 16:06:25 +00:00
..
components Bumped Codemirror, fixed hidden cursor in empty Code Injection fields 2019-01-21 13:57:31 +00:00
layouts Lazy-load SimpleMDE dependency in MD card (reduces main bundle by 260KB) 2019-01-21 16:06:25 +00:00
patterns Added initial custom integrations UI (#1051) 2018-10-18 00:18:29 +01:00
app-dark.css 🎨 Removed auto hide/show navigation toggle (#1094) 2019-01-10 15:00:07 +00:00
app.css 🐛 Fixed broken scrolling/scroll bars in Code Injection inputs 2018-06-04 13:29:28 +01:00