gulp-patterns
gulp-patterns copied to clipboard
Playground for Gulp Recipes
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)); }); 
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.  If you run them separate , so first gulp task...