Skip to content

Commit

Permalink
Merge pull request #82 from creative-commoners/pulls/2.2/behat
Browse files Browse the repository at this point in the history
FIX Move files to client directory
  • Loading branch information
GuySartorelli authored Jul 19, 2022
2 parents ec36ece + d1cc3f8 commit 813cd2e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
},
"extra": {
"expose": [
"css",
"javascript"
"client/css",
"client/javascript"
]
},
"minimum-stability": "dev",
Expand Down
4 changes: 2 additions & 2 deletions src/Reports/BrokenExternalLinksReport.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ public function sourceRecords()

public function getCMSFields()
{
Requirements::css('silverstripe/externallinks: css/BrokenExternalLinksReport.css');
Requirements::javascript('silverstripe/externallinks: javascript/BrokenExternalLinksReport.js');
Requirements::css('silverstripe/externallinks: client/css/BrokenExternalLinksReport.css');
Requirements::javascript('silverstripe/externallinks: client/javascript/BrokenExternalLinksReport.js');

$fields = parent::getCMSFields();

Expand Down

0 comments on commit 813cd2e

Please sign in to comment.