Skip to content

Commit

Permalink
Merge pull request #207 from pascalchevrel/master
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalchevrel authored May 23, 2023
2 parents f3d6784 + 9d7cc84 commit 7b9c932
Show file tree
Hide file tree
Showing 5 changed files with 3,766 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ Thumbs.db
/app/cache/*
/app/config/config.ini
/app/logs/*
/source/components/

sculpin.phar
composer.phar
composer.lock

vendor/
output_dev/
output_prod/
/source/js/jquery/
14 changes: 13 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
{
"require": {
"sculpin/sculpin": "^3.1"
"sculpin/sculpin": "^3.1",
"components/jquery": "^3.6"
},
"config": {
"allow-plugins": {
"sculpin/sculpin-theme-composer-plugin": true
}
},
"scripts": {
"post-install-cmd": [
"cp -r vendor/components/jquery/ source/js/",
"rm source/js/jquery/README.md"
]
}
}
Loading

0 comments on commit 7b9c932

Please sign in to comment.