yii2-adminlte-asset icon indicating copy to clipboard operation
yii2-adminlte-asset copied to clipboard

The file or directory to be published does not exist

Open neoacevedo opened this issue 6 years ago • 2 comments

In the documentation https://github.com/dmstr/yii2-adminlte-asset#adminlte-plugins, you explain how to include AdminLTE plugins, specifically in this attribute for AdminlteAssets object: public $sourcePath = '@vendor/almasaeed2010/adminlte/plugins';

AdminLTE has been updated and this directory has been dropped from 2.4.9.

I suggest a change in the documentation for AdminlteAssets source path to '@vendor/almasaeed2010/adminlte/dist'

neoacevedo avatar Mar 02 '19 17:03 neoacevedo

This seems related to https://github.com/almasaeed2010/AdminLTE/commit/e691c465e3f4f8338336d003262283c8094ef63a

See also https://stackoverflow.com/a/17069547/291573

I haven't found the plugins code in dist - is it there in 2.4.9?

Maybe it's worth opening an issue https://github.com/almasaeed2010/AdminLTE not to exclude the plugins folder...

schmunk42 avatar Mar 04 '19 16:03 schmunk42

@schmunk42 in 2.4.9 the plugins directory is outside the dist directory but is not available on update. I will open an issue in AdminLTE github repository inquiring it.

neoacevedo avatar Mar 04 '19 17:03 neoacevedo