Skip to content

Commit

Permalink
Fixed: Loading asset bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
bymayo committed Nov 11, 2020
1 parent 77664e6 commit b74e098
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Strava Sync Changelog

## 1.0.15 - 2020-11-11
### Fixed
- Loading asset bundle

## 1.0.14 - 2020-10-30
### Fixed
- Composer 2 Compatibility
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "bymayo/strava-sync",
"description": "Connect to Strava with oAuth and sync activities etc to Craft CMS ",
"type": "craft-plugin",
"version": "1.0.14",
"version": "1.0.15",
"keywords": [
"craft",
"cms",
Expand Down
2 changes: 1 addition & 1 deletion src/assetbundles/StravaSync/StravaSyncAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class StravaSyncAsset extends AssetBundle

public function init()
{
$this->sourcePath = "@bymayo/stravasync/assetbundles/stravasync/dist";
$this->sourcePath = "@bymayo/stravasync/assetbundles/StravaSync/dist";

$this->depends = [
CpAsset::class,
Expand Down

0 comments on commit b74e098

Please sign in to comment.