laminas-api-tools / api-tools-admin-ui

Laminas API Tools Admin UI module
https://api-tools.getlaminas.org/documentation
BSD 3-Clause "New" or "Revised" License
6 stars 11 forks source link

fix key in Gruntfile.js to make grunt work #17

Closed garygitton closed 4 years ago

garygitton commented 4 years ago
Q A
Bugfix yes
BC Break no
New Feature no
RFC no

Description

The change of the key "apigility" by "api-tool" break the config of grunt. A good key to use ise api_tool instead of api-tool. I changed it in the Gruntfile.js.

To reproduce the bug try to run in cli "grunt serve"

michalbundyra commented 4 years ago

Thanks, @garygitton!