Skip to content

Commit

Permalink
Merge pull request #667 from UN-OCHA/develop
Browse files Browse the repository at this point in the history
Deploy 2022-07-11
  • Loading branch information
attiks authored Jul 11, 2022
2 parents 233607f + 39abc63 commit 971cda6
Show file tree
Hide file tree
Showing 195 changed files with 24,363 additions and 14,478 deletions.
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,18 @@
/node_modules

buildlog.txt

###> squizlabs/php_codesniffer ###
/.phpcs-cache
/phpcs.xml
###< squizlabs/php_codesniffer ###

###> symfony/phpunit-bridge ###
.phpunit.result.cache
/phpunit.xml
###< symfony/phpunit-bridge ###

###> phpunit/phpunit ###
/phpunit.xml
.phpunit.result.cache
###< phpunit/phpunit ###
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ script:
- # test ! -d ./html/themes/custom || ./vendor/bin/phpcs -p --report=full ./html/themes/custom
- set +e

# Theme build.
- composer run sass

# Run unit, kernel tests
- # ./vendor/bin/phpunit --debug --colors --testsuite=unit,kernel

Expand Down
15 changes: 2 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"drupal/core-composer-scaffold": "^9.3.8",
"drupal/core-project-message": "^9.3.8",
"drupal/core-recommended": "^9.3.8",
"drupal/ctools": "^3.7",
"drupal/ctools": "^4.0",
"drupal/date_recur": "^3.0",
"drupal/date_recur_modular": "^3.0",
"drupal/diff": "^1.0@RC",
Expand Down Expand Up @@ -94,7 +94,7 @@
"oomphinc/composer-installers-extender": "^2.0",
"phpoffice/phpspreadsheet": "^1.16",
"symfony/flex": "^1.17",
"unocha/common_design": "^5.0.0",
"unocha/common_design": "^7.2",
"unocha/file_checker": "dev-8.x-1.x",
"unocha/ocha_integrations": "^1.0",
"unocha/ocha_security": "^1.0",
Expand Down Expand Up @@ -143,17 +143,6 @@
"wikimedia/composer-merge-plugin": true
}
},
"scripts": {
"sass-prepare": "cd html/themes/custom/iasc_common_design && npm install",
"sass-build": "cd html/themes/custom/iasc_common_design && ./node_modules/.bin/sass sass:build",
"sass-cleanup": "cd html/themes/custom/iasc_common_design && rm -rf ./node_modules",
"sass": [
"@sass-prepare",
"@sass-build",
"@sass-cleanup"
]

},
"extra": {
"drush": {
"services": {
Expand Down
Loading

0 comments on commit 971cda6

Please sign in to comment.