Skip to content

Commit

Permalink
Merge pull request DrMabuse23#1 from Insolita/master
Browse files Browse the repository at this point in the history
Fix Bower Repository
  • Loading branch information
DrMabuse23 committed Mar 15, 2015
2 parents 85bd870 + 6f38ccf commit 40a35e7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 24 deletions.
8 changes: 4 additions & 4 deletions assets/SlickAssets.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
*/
class SlickAssets extends AssetBundle{

public $sourcePath = '@drmabuse/slick/web/';
public $sourcePath = '@bower/slick-carousel';
public $css = [
'bower_components/slick-carousel/slick/slick.css'
'slick/slick.css'
];
public $js = [
"bower_components/slick-carousel/slick/slick.min.js",
"slick/slick.min.js",
];

public $depends = [
Expand All @@ -53,4 +53,4 @@ class SlickAssets extends AssetBundle{
public $publishOptions = [
'forceCopy' => true
];
}
}
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@
"email": "[email protected]"
}
],
"require":{
"bower-asset/slick-carousel":"@stable"
},
"autoload": {
"psr-4": {
"drmabuse\\slick\\": ""
}
}
}
}
19 changes: 0 additions & 19 deletions web/bower.json

This file was deleted.

0 comments on commit 40a35e7

Please sign in to comment.