You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that you have a complicated and serious build process for your library, thus you may have perfect reasoning for what you have.
As a small-time contributor I shall note that it's off-putting that every time I run grunt a bajilion of git-tracked files are suddenly modified. It makes it hard to see what's happening and what I should commit.
In particular, api.htm has timestamp and timezone changes on build. lib/picker.js gets a changed timestamp.
There are also three copies of every file. _raw, normal, and compressed.
It's all a bit daunting, if it was possible to simplify some of that, it'd help other contributors. (I'm used to it by now).
The text was updated successfully, but these errors were encountered:
I see that you have a complicated and serious build process for your library, thus you may have perfect reasoning for what you have.
As a small-time contributor I shall note that it's off-putting that every time I run grunt a bajilion of git-tracked files are suddenly modified. It makes it hard to see what's happening and what I should commit.
In particular,
api.htm
has timestamp and timezone changes on build.lib/picker.js
gets a changed timestamp.There are also three copies of every file.
_raw
, normal, andcompressed
.It's all a bit daunting, if it was possible to simplify some of that, it'd help other contributors. (I'm used to it by now).
The text was updated successfully, but these errors were encountered: