-
Updated
Jan 21, 2020 - JavaScript
gulp-plugin
Here are 440 public repositories matching this topic...
-
Updated
Apr 12, 2020 - JavaScript
The options are becoming more and more complex so that the documents describing it are long. Can we make it compatible with postcss-load-config
See: https://github.com/gucong3000/gulp-postcss#readme
-
Updated
Oct 4, 2019 - JavaScript
-
Updated
Dec 14, 2019 - JavaScript
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
-
Updated
Oct 22, 2018 - JavaScript
-
Updated
May 22, 2020 - TypeScript
-
Updated
Oct 20, 2019 - JavaScript
-
Updated
Oct 4, 2019 - JavaScript
Hi everyone,
is there an option to prevent inlining on parts or areas of the document?
e.g.:
<table class="my-table-apply-inline-styles-here">
<tr>
<td class="my-td-apply-inline-styles-here-too">
<!-- don't inline this -->
<h1>Some Headline</h1>
<p>Some Text<br>and some more Text</p>
<p>...</p>
<!-- from here on do inlining again -->
-
Updated
Oct 4, 2019 - JavaScript
-
Updated
Oct 14, 2019 - JavaScript
-
Updated
Apr 19, 2020 - JavaScript
-
Updated
Nov 18, 2016 - JavaScript
-
Updated
Oct 4, 2019 - JavaScript
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
-
Updated
Nov 8, 2018 - JavaScript
-
Updated
Jan 10, 2020 - CoffeeScript
-
Updated
Apr 27, 2020 - JavaScript
-
Updated
Oct 4, 2019 - JavaScript
-
Updated
Nov 3, 2019 - JavaScript
Improve this page
Add a description, image, and links to the gulp-plugin topic page so that developers can more easily learn about it.
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."
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