grunt usemin doesnt affect the html file(index.html)

后端 未结 1 1773
抹茶落季
抹茶落季 2021-01-18 05:41

i have a grunt script that uses usemin but the weird thing is is that the index.html file is not affected by usemin at all! it means that my file still has all the

1条回答
  •  渐次进展
    2021-01-18 06:25

    OK THIS IS THE MOST STUPID THING EVER seems like usemin cant handle windows new lines so it just fails silently to update the html file... i've changed all my new lines to UNIX new lines and it worked...

    it was extremely hard to spot this bug :(

    0 讨论(0)
提交回复
热议问题