Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
Lightning v2 for Pantheon.
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson committed Jan 11, 2017
1 parent 7f15cf3 commit d61ba31
Show file tree
Hide file tree
Showing 8 changed files with 2,906 additions and 151 deletions.
1 change: 1 addition & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ dependencies:
fi
- git config --global user.email "$GIT_EMAIL"
- git config --global user.name "Circle CI"
- npm install -g bower
override:
- composer global require -n "hirak/prestissimo:^0.3"
- composer global require -n "consolidation/cgr"
Expand Down
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"cweagans/composer-patches": "~1.0",

"drupal/core": "~8",
"acquia/lightning-project": "^8.2",

"drupal/console": "^1.0.0-rc8",
"drush/drush": "~8",
Expand Down Expand Up @@ -45,11 +46,15 @@
},
"scripts": {
"build-assets": [
"./scripts/composer/install-or-update"
"./scripts/composer/install-or-update",
"@lightning"
],
"drupal-unit-tests": "cd web/core && ../../vendor/bin/phpunit --testsuite=unit --exclude-group Composer,DependencyInjection,PageCache",
"drupal-scaffold": "DrupalComposer\\DrupalScaffold\\Plugin::scaffold",
"prepare-for-pantheon": "DrupalProject\\composer\\ScriptHandler::prepareForPantheon",
"lightning": [
"Acquia\\Lightning\\ScriptHandler::deployLibraries"
],
"post-install-cmd": [
"@drupal-scaffold",
"DrupalProject\\composer\\ScriptHandler::createRequiredFiles"
Expand All @@ -72,6 +77,7 @@
"sites/default/default.services.pantheon.preproduction.yml",
"sites/default/settings.pantheon.php"
]
}
},
"enable-patching": true
}
}
Loading

2 comments on commit d61ba31

@pantheon-upstream
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Created multidev environment ci-example-d8-composer#pr-lightnin.

Visit Site

@pantheon-upstream
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Created multidev environment ci-example-d8-composer#pr-lightnin.

Visit Site

Please sign in to comment.