Skip to content

Instantly share code, notes, and snippets.

@geerlingguy
Created February 15, 2017 04:55
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save geerlingguy/52789b6489d338cb3867e325e2e0a792 to your computer and use it in GitHub Desktop.
BLT project.yml - disable all BLT's module handling
...
modules:
local:
enable: { }
uninstall: { }
ci:
enable: { }
uninstall: { }
dev:
enable: { }
uninstall: { }
test:
enable: { }
uninstall: { }
prod:
enable: { }
uninstall: { }
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment