Closed iniel closed 8 years ago
Examples with the same hash name are the same.
The same hash name means the same bemjson
, but bemhtml
, css
, js
can be different on different platforms, so https://github.com/bem-site/bem-lib-site-data build them in separate folders (desktop.examples, touch-pad.examples, touch-phone.examples).
@iniel, sounds reasonable, we will fix it. thank you!
I think there is a problem with copying all files to the one folder like this:
Example files for different platforms have the same name, so desktop files will be overwritten by touch-pad files and touch-pad will be overwritten by touch-phone.
What do you think about this organization?