Skip to content

Commit

Permalink
Merge pull request #1580 from boltdesignsystem/feature/update-twig
Browse files Browse the repository at this point in the history
Feat: update Twig Renderer to use Twig's new filter, map, and reduce functions
  • Loading branch information
sghoweri committed Dec 3, 2019
2 parents 9d41f05 + b12a6ff commit fcabd59
Show file tree
Hide file tree
Showing 8 changed files with 262 additions and 247 deletions.
145 changes: 73 additions & 72 deletions docs-site/composer.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -59,7 +59,7 @@
"serve": "node packages/servers/default-server",
"setup": "yarn && yarn run setup:php",
"setup:full": "yarn --force && yarn run setup:php",
"setup:php": "npx lerna exec --parallel --scope @bolt/twig-renderer --scope @bolt/drupal-twig-extensions --scope @bolt/core-php --scope @bolt/website -- composer install --prefer-dist --quiet",
"setup:php": "npx lerna exec --parallel --scope @bolt/twig-renderer --scope @bolt/drupal-twig-extensions --scope @bolt/core-php --scope @bolt/website -- composer install --prefer-dist",
"setup:quick": "yarn && yarn run setup:php",
"start": "cd docs-site && yarn run start",
"test": "npm-run-all --parallel --aggregate-output test:js test:php test:monorepo test:build-tools",
Expand Down

0 comments on commit fcabd59

Please sign in to comment.