Skip to content

Commit

Permalink
Merge pull request #15 from CottaCush/features/component-styling
Browse files Browse the repository at this point in the history
 (Assets): update asset path; Update composer.lock
  • Loading branch information
kenny-wealth authored Oct 5, 2018
2 parents 7de1439 + 9f3f390 commit 495e32f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"hashids/hashids": "^1.0",
"yii2tech/csv-grid": "^1.0",
"kartik-v/yii2-widget-select2": "v2.1.1",
"cottacush/cricket-base": "^0.5.0"
"cottacush/cricket-base": "~0.7"
},
"authors": [
{
Expand Down
15 changes: 8 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/assets/BaseReportsAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ class BaseReportsAsset extends AssetBundle
/**
* The public js asset directory
*/
const ASSETS_JS_PATH = self::ASSETS_PATH . '/js';
const ASSETS_JS_PATH = 'js';
/**
* The public css asset directory
*/
const ASSETS_CSS_PATH = self::ASSETS_PATH . '/css';
const ASSETS_CSS_PATH = 'css';

/**
* Set the sourcePath as self::ASSETS_PATH by default.
Expand Down

0 comments on commit 495e32f

Please sign in to comment.