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
{{ message }}
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.
This is indeed a problem if you yourself are working on a Mac or Unix system and your colleagues or the build system is running on Windows and you're using GIT. Depending on the GIT flag core.autocrlf the line endings are automatically converted (core.autocrlf = true as recommended for Windows).
Steps to reproduce:
create a simple html file with two build tags after each other
use the default setup for usemin
checkout the code with your Windows machine where git's config is set to core.autocrlf is set to true
run the build and notice, that the second <!-- build:js ... > tag is still there and not replaced.
Converting the file to have Unix line feeds allows usemin to succeed.
The text was updated successfully, but these errors were encountered: