Closed mikeyoon closed 8 years ago
Sure PR would be nice ;-) Thanks!
@buddhike Thank you very much:)
@buddhike Could you publish the new version to npm? Thank you
@grofzero Done :-). Sorry about the lag.
@buddhike Not a problem, and thanks again:)
I noticed that when the resulting config.js file is created, the order of the keys and arrays are unstable due to the usage of JSON.stringify. This can be a real problem in production usage if assets are hashed. I can make a PR to switch to use https://github.com/substack/json-stable-stringify if you'd like.