Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ _*
/webroot/css/fonts
/webroot/css/webfonts
/webroot/coverage/
/plugins/Sandbox/webroot/js/hljs-djot.js
/config/Migrations/schema-dump-default.lock
/node_modules/
.phpunit.result.cache
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"cp -R webroot/assets/@fortawesome/fontawesome-free/webfonts webroot/css/ccss/",
"cp -R node_modules/bootstrap-icons webroot/assets/",
"cp -R node_modules/bootstrap-icons/font/fonts webroot/css/ccss/",
"cp vendor/php-collective/djot/docs/assets/hljs-djot.js plugins/Sandbox/webroot/js/"
"cp vendor/php-collective/djot/docs/public/assets/hljs-djot.js plugins/Sandbox/webroot/js/"
],
"setup": "bin/cake generate code_completion && bin/cake generate phpstorm",
"annotate": "bin/cake annotate all -r && bin/cake annotate all -r -p Sandbox && bin/cake annotate all -r -p AuthSandbox && bin/cake annotate all -r -p StateMachineSandbox",
Expand Down
Loading
Loading