lasso-js / lasso

Advanced JavaScript module bundler, asset pipeline and optimizer
581 stars 75 forks source link

Different fingerprints generated on windows/mac #194

Open rtalwar26 opened 7 years ago

rtalwar26 commented 7 years ago

Am using lassojs to minify and fingerprint css files. Everything works fine except fingerprints are generated differently on windows vs *nix systems. I am guessing this is because of CRLF and LF characters in the same file.

The problem is if two developers are working on the same repo then this creates differences in the compiled output on every lasso run.

May be because of https://github.com/nodejs/node/issues/6487