Closed hiendv closed 7 years ago
Can you teach me how to figure out which files are autogenerated? I'm not that good with JS @hiendv
@mdew192837 Yes. You may want to check build/modulize.js
script which generates icons and the exporter.
This line generates icons in src/icons
https://github.com/hiendv/octicons-modular/blob/1ab17621417b63980430f5a6c1cf8ed5b71d6b71/build/modulize.js#L43
This line generates octicons.js
file
https://github.com/hiendv/octicons-modular/blob/1ab17621417b63980430f5a6c1cf8ed5b71d6b71/build/modulize.js#L55
You may want to edit these templates for the comments https://github.com/hiendv/octicons-modular/blob/1ab17621417b63980430f5a6c1cf8ed5b71d6b71/build/modulize.js#L11-L26
Closed by #24
Just want to clarify a little bit so newcomers won't waste their time there.