Skip to content

Instantly share code, notes, and snippets.

View heymarkreeves's full-sized avatar

Mark Reeves heymarkreeves

View GitHub Profile
// feSource/modules/services/inputUtils.js
export default class inputUtils {
// if we need any other params, add them to the constructor
constructor(el) {
this.el = el;
// if we need anything to fire at the document level, do it here:
document.addEventListener('keyup', function (e) {
const keyName = e.key;

Installation Steps

  • type.xml location is ambiguous. (it's in ./usr/local/etc/ImageMagick-7/type.xml, which updates a bunch of other instances)
  • There's no documented step to run yarn install before running the database migrations, which throw errors without some JS files in place in app/assets.
  • Imagick now installs version 7; docs contain a reference to 6.

Installation Notes

I had homebrew, RVM, and Ruby 2.7.0 installed already. Postgres server, Redis server, Mailhog were all new installs. I updated Ruby to 3.0.0. All of those went fine.

{
"name": "craftcms/craft",
"description": "Craft CMS",
"keywords": [
"craft",
"cms",
"craftcms",
"project"
],
"license": "MIT",