Grunt cssmin rebasing a relative URI?

后端 未结 2 2009
忘掉有多难
忘掉有多难 2021-01-05 09:49

I\'m currently setting up grunt-usemin for our project but I\'m running in a small issue with the cssmin task.

Our project depends on a few external lib

2条回答
  •  伪装坚强ぢ
    2021-01-05 10:44

    look in the cssmin documentation/options:

    • rebase: set to false to skip URL rebasing

    That solves the issue.

提交回复
热议问题