Closed Robvred closed 3 years ago
Thanks for reporting, but I don't see that comma on the full conf file. It looks like it was modified locally and the comma was not removed there.
Hello @carlos-sarmiento,
I was not really precise, the typo is in the Readme.md file
Thanks for reporting. It is fixed.
Hello,
A small syntax error in the custom configuration code:
{ "outputPath": "js/v5-pro", // Where should the generated JS files be written. "iconsets": [ // An Array of iconsets to generate. { "directory": "icons/v5-pro/brands", // The path in which the .svg files can be found "name": "fab" // The name of the generated iconset. Used both for the js file and the ha prefix }, ] }
Instead of : { "outputPath": "js/v5-pro", // Where should the generated JS files be written. "iconsets": [ // An Array of iconsets to generate. { "directory": "icons/v5-pro/brands", // The path in which the .svg files can be found "name": "fab" // The name of the generated iconset. Used both for the js file and the ha prefix } ] }
Unexpected comma at ' },'
Thanks for this perfect solution ! 👍