markstory / mini-asset

A simple set of asset build tools that provides a config file and extensible integrations with pre-processors & minifiers.
MIT License
64 stars 17 forks source link

Fix lying type #54

Closed dereuromark closed 4 years ago

dereuromark commented 4 years ago

The lying type is making IdeHelper detect this as cake plugin and thus recommend this for autocomplete in Application addPlugin() etc. :) thats not so good.

Also vendor/cakephp-plugins.php contains this wrongly:

'MiniAsset' => $baseDir . '/vendor/markstory/mini-asset/',