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 2, 2017
1 parent b663112 commit e4d47e1
Show file tree
Hide file tree
Showing 7 changed files with 3,049 additions and 1,983 deletions.
1 change: 1 addition & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ dependencies:
- git config --global user.email "$GIT_EMAIL"
- git config --global user.name "Circle CI"
- echo "date.timezone = 'US/Central'" > /opt/circleci/php/7.0.7/etc/conf.d/xdebug.ini
- npm install -g bower
override:
- composer global require "hirak/prestissimo:^0.3"
- composer global require "consolidation/cgr"
Expand Down
15 changes: 10 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
"cweagans/composer-patches": "~1.0",

"drupal/core": "~8",

"drupal/console": "^1.0.0-rc8",
"drush/drush": "~8"
"acquia/lightning-project": "^8.2"
},
"require-dev": {
"mikey179/vfsstream": "~1.2",
Expand All @@ -39,15 +37,21 @@
"prefer-stable": true,
"autoload": {
"classmap": [
"scripts/ScriptHandler.php",
"scripts/composer/ScriptHandler.php"
]
},
"scripts": {
"build-assets": "echo 'No build step defined.'",
"build-assets": [
"@lightning"
],
"drupal-unit-tests": "cd web/core && ../../vendor/bin/phpunit --testsuite=unit --exclude-group Composer,DependencyInjection,PageCache",
"drupal": "drupal --ansi",
"drupal-scaffold": "DrupalComposer\\DrupalScaffold\\Plugin::scaffold",
"prepare-for-pantheon": "DrupalProject\\composer\\ScriptHandler::prepareForPantheon",
"lightning": [
"Acquia\\Lightning\\ScriptHandler::deployLibraries"
],
"post-install-cmd": [
"DrupalProject\\composer\\ScriptHandler::createRequiredFiles"
],
Expand All @@ -69,6 +73,7 @@
"sites/default/default.services.pantheon.preproduction.yml",
"sites/default/settings.pantheon.php"
]
}
},
"enable-patching": true
}
}
Loading

2 comments on commit e4d47e1

@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#ci-206.

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#ci-207.

Visit Site

Please sign in to comment.