gulp-useref icon indicating copy to clipboard operation
gulp-useref copied to clipboard

Path resolve error

Open RedTeapot opened this issue 8 years ago • 0 comments

It would report "File not found with singular glob: F:\proj\build\tmp\html\js\plugin\swiper\swiper.min.css" while processing "index.html" in the flollowing tree:

html  |- main   |- customer    |- E238     |- index.html js  |- plugin   |- swiper    |- swiper.min.css

Build block: <!-- build:css ../../../../css/main/customer/E238/index.html.allinone.css --> <link rel = "stylesheet" href="../../../../js/plugin/swiper/swiper.min.css"/> <!-- endbuild -->

RedTeapot avatar Jan 21 '17 15:01 RedTeapot