-
Hey Buffer peeps! This is gonna seem like a weird issue, but I'm interested to find out how you find the workflow here — the shared repo, submoduled out to the wrapper repos.
What would you change a…
-
I want to automate my workflow, but this is always giving me error in gulp 4.
My gulp code:
`const jsxbin = require('jsxbin');
function toJsxbin() {
return jsxbin('myScript.jsx');
}
e…
-
The [gulp recipe](https://github.com/gulpjs/gulp/blob/master/docs/recipes/browserify-uglify-sourcemap.md) for browserify makes use of vinyl-transform, but I've found it not to be the best option.
Spe…
-
原文地址:http://jaysoo.ca/2014/01/27/gruntjs-vs-gulpjs/
-
There are two $templateCache pointing to the same template path in the distribution files. I think this has happened because the source file already has a $templatecache in it. My assumption is that t…
-
It seems that finding all tasks in a project fails when the extension finds a gulpfile without a corresponding set of installed node_modules. Instead of failing out completely, could that particular g…
-
While I'm working on replacing JSIL .Net implementation from Libraries folder, I understand that I want to introduce some pipeline for processing .js Scripts before they go to Libraries folder.
So, o…
-
Hey @adametry and @shinnn
Looks like you guys have built an awesome project here but have decided to move on. Any chance you'd be willing to hand over this repo someone else?
-
Hi there,
I've installed the Semantic UI package via NPM, with a view to building our own stylesheets.
On initial install, and after setting the /src folder as a resource root, it seems that lot…
-
Hi,
FAQ section of readme, explains about what needs to be in gulpfile.js, but I couldn't make it work, I've trouble with how to add tasks in other .ts files.
The way I tried is to have a class 'MyTa…