lperamo / ecocomposer

Frontend library with as little JavaScript as possible.
https://ecocomposer.dev
Other
2 stars 0 forks source link

Configuration file has a wrong file name #23

Open lperamo opened 1 year ago

lperamo commented 1 year ago

Describe the bug The configuration file ecocomposer.json specified by the online documentation has not the correct name. The EcoComposer manager search a file named ecoComposer.json so it does not work.

To Reproduce Copy the configuration file into the project root folder. Launch :

php ./bin/ecocomposer.php i

Expected behavior Rename the file in the EcoComposer manager task or edit the online documentation.