-
It would be nice to have stitches available as gulp plugin
schiz updated
8 years ago
-
Hi,
Is it possible to use smartcomments within gulp? I am using the gulp-exec plugin but this is executing smartcomments for each file in the stream:
``` js
var exec = require('gulp-exec');
gulp.ta…
-
I use gulp to process jade with gulp-jade and I have this:
``` jade
each section in ['init', 'about', 'sales']
!= renderTemplate(section)
```
What do I do?
-
I just installed the app and i cant run gulp i get the following error
`(function (exports, require, module, __filename, __dirname) { import requireDir from 'require-dir';
…
-
从概念上来说webpack 是一个JavaScript 应用程序的静态模块打包器(module bundler)。当 webpack 处理应用程序时,它会递归地构建一个依赖关系图(dependency graph),其中包含应用程序需要的每个模块,然后将所有这些模块打包成一个或多个 bundle。
webpack主要有四个核心概念:入口(entry)、输出(output)、loader、插件(p…
-
This is not an issue
The default settings for gulp I thought would work to at least see the site. is this not configured to work by default?
``` json
"sites": [
{
"package": "boilerplat…
-
-
any edits I make to the main.scss file nothing happens to the main.css file. Also creating a new .scss file doesn't generate a .css file inside of the CSS folder. Fresh install and npm install/bower i…
-
"gulp-hub" is not working in windows, due to which error is coming "gulp registry is not a function" !!
Please help !!
-
we are aware there are currently problems with using gulp with the docker images (both available and built from scratch) and we are trying our best to fix it.... we are only 2 developers working full …