Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
enhanced asset path detection
Browse files Browse the repository at this point in the history
  • Loading branch information
schmunk42 committed Jan 7, 2016
1 parent 1a3854d commit f830767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/AppAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/
class AppAsset extends AssetBundle
{
public $sourcePath = '@app/assets/web';
public $sourcePath = __DIR__.'/web';

public $css = [
// Note: less files require a compiler (available by default on Phundament Docker images)
Expand Down

0 comments on commit f830767

Please sign in to comment.