Skip to content
#

gulp-plugin

Here are 440 public repositories matching this topic...

ankitsorathiya
ankitsorathiya commented Jul 20, 2018

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

adamreisnz
adamreisnz commented Jan 12, 2016

On OS X, the url passed to the transformUrl function is normal, e.g. something like components/app/app.html. However, that same url on Windows becomes components//app//app.html.

It seems to be because somewhere along the line the Windows backslashes are converted to forward slashes, and for some reason an additional slash is added. This means you have to take into account when writing the tr

oroszlanyzsolt
oroszlanyzsolt commented Aug 1, 2016

I have a simple project with some scss files, I was using compass without config.rb to compile it to css.
But than I diceded to use one config.rb and I have named it compass.rb; and then the nightmare started.
I have reinstalled node, redownload all the dependencies nothing worked. In nutshel the misterious error:

    throw errnoException(err, 'spawn');
    ^

Er

Improve this page

Add a description, image, and links to the gulp-plugin topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gulp-plugin topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.