Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
johnitvn committed Jul 9, 2015
1 parent 377356e commit ccc24e2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 13 deletions.
13 changes: 7 additions & 6 deletions CrudAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,17 @@ class CrudAsset extends AssetBundle
{
public $sourcePath = '@vendor/johnitvn/yii2-ajaxcrud-assets/assets';

public $publishOptions = [
'forceCopy' => true,
];
// public $publishOptions = [
// 'forceCopy' => true,
// ];

public $css = [
];
public $js = [
'ModalRemote.js',
'ajaxcrud.js',
// 'ajaxcrud.min.js',
//'ModalRemote.js',
//'ajaxcrud.js',
'ModalRemote.min.js',
'ajaxcrud.min.js',

];
public $depends = [
Expand Down
2 changes: 1 addition & 1 deletion assets/ModalRemote.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Ajax Crud Modal
* Modal Remote
* =================================
* Use for johnitvn/yii2-ajaxcrud extension
* @author John Martin [email protected]
Expand Down
1 change: 1 addition & 0 deletions assets/ModalRemote.min.js

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

7 changes: 1 addition & 6 deletions assets/ajaxcrud.min.js

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

0 comments on commit ccc24e2

Please sign in to comment.