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.
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