hiendv / octicons-modular

GitHub Octicons with tree-shaking support and icon-per-file style.
MIT License
24 stars 10 forks source link

Warning of auto-generated files in src directory #18

Closed hiendv closed 7 years ago

hiendv commented 7 years ago

Just want to clarify a little bit so newcomers won't waste their time there.

mdew192837 commented 7 years ago

Can you teach me how to figure out which files are autogenerated? I'm not that good with JS @hiendv

hiendv commented 7 years ago

@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

hiendv commented 7 years ago

Closed by #24