arogachev / yii2-sortable

Sortable ActiveRecord for Yii 2 framework
Other
17 stars 9 forks source link

Wrong path to assets #12

Closed cyhalothrin closed 9 years ago

cyhalothrin commented 9 years ago

In SortableColumnAsset:

public $sourcePath = '@vendor/arogachev/yii2-sortable/assets/src';

should be:

public $sourcePath = '@vendor/arogachev/yii2-sortable/src/assets/src';
arogachev commented 9 years ago

Yes, missed that in previous commit.