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

Playground for Gulp Recipes

Results 23 gulp-patterns issues
Sort by recently updated
recently updated
newest added

SQL Server Backend Implementation

Hello I'm starting with angular and when starting the server to check if all is well, I have this error C: \ angular> gulp [14:12:09] Using gulpfile C: \ angular\...

Test fails for: it('with id ' + id, function() { expect(dataservice.getCustomer).to.have.been.calledWith(id); }); getCustomer() doesn't appear to get the .withArgs(id) should have called dataservice.getCustomer 1 time ‣ with id 1017109 ‣...

Greetings, When using gulp-pattern and I have an error, I would like to disable full logging in production so that it does not show path to source code? http://localhost:7203/src/client/app/vms/vms.controller.js:101:16 Thanks!!

when called templatecache clean-code is called but not template cache. gulp.task('templatecache', ['clean-code'], function () { log('Creating AngularJs templateCache'); return gulp.src(config.htmltemplates) .pipe($.minifyHtml({ empty: true })) .pipe($.angularTemplatecache(config.templateCache.files, config.templateCache.options)) .pipe(gulp.dest(config.temp)); }); ![image](https://cloud.githubusercontent.com/assets/4151470/25771213/daae4fce-326a-11e7-9b1b-2ec98291028f.png)

I have the problem with going to the specific page of the application after the build was created and app was moved to the web server. Example: App was moved...

Hi I was wondering why chai-as-promised is included in `package.json` but it is not included in `gulp.config.js` under `testlibraries`. Karma does not seem to be configured to use it either...

``` javascript // del 1.x del(patterns, [options], callback) // del 2.x del(patterns, [options]) ``` So, `clean` function should upgrade like: ``` javascript // with del 1.x function clean(path, done) {...

When you use clean-fonts in the fonts task and you run the fonts task twice,it will fail 1 time. ![image](https://cloud.githubusercontent.com/assets/3684599/15607136/d8eb1514-2410-11e6-9ad4-c9e5ca8bb6d6.png) If you run them separate , so first gulp task...