Skip to content

Instantly share code, notes, and snippets.

@zzzarius
Last active June 22, 2020 04:57
Show Gist options
  • Save zzzarius/c7bad7c673dbcf70a9c085cc13b7c828 to your computer and use it in GitHub Desktop.
Save zzzarius/c7bad7c673dbcf70a9c085cc13b7c828 to your computer and use it in GitHub Desktop.

Include file as library using Composer into drupal ./libraries directory (composer.json)

{
  "type": "package",
  "package": {
      "name": "douglascrockford/json-js",
      "version": "1.1",
      "type": "drupal-library",
      "dist": {
          "url": "https://raw.githubusercontent.com/douglascrockford/JSON-js/master/json2.js",
          "type": "file"
      }
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment