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

path that contains .js or .css aren't picked in useref.

Open ankitsorathiya opened this issue 7 years ago • 1 comments

following file isn't picked in useref since it contains chart.js as parent folder name. <script src ="../bower_components/chart.js/dist/Chart.min.js"></script>

let us know if there's any expression we can pass in the useref that allows files to be picked in particular category.

Thanks

ankitsorathiya avatar Jul 20 '18 09:07 ankitsorathiya

I was looking for cause of that, and you might be right. I wanted to import normalize.css where path is node_modules/normalize.css/normalize.css. Maybe that's my case too.

ppozniak avatar Aug 20 '18 18:08 ppozniak