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
For performance reasons, versioning (the hashing of files) will only be applied to a production environment now.
Additions
Added support for multiple mix.sass() or mix.less() calls. For each call, you'll get a new output file. 5b33a00
Fixes
Fixed a versioning bug that caused compiled files to receive new hashes, even if their source files weren't modified. We now used the MD5 of each file's contents to determine its respective hash. 5e1151d