Sam Blåsvær

Results 5 issues of Sam Blåsvær

I'd like to get rid of the 'comments' ... how can I do that?

question

I would expect to get `createServer` when typing`http·` ... but I get nothing!? Like: `http.createServer` ... And yes, the module is required allright. `const http = require('http');`

Why is this `'!../frontend/admin/modules/login/*.scss'` ignored from the `gulp.src([ … ])` list? And by ignored I mean it still gets included ; )

further investigation required

I get: ``` UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): ReferenceError in plugin 'gulp-wrap' message: 'processPartialName is not defined' ``` When doing this: ``` .pipe( wrap('Handlebars.registerPartial(, Handlebars.template());', {}, { imports:...

It's not clear how to actually use this. The example strings are out of context, so it's hard to 'guess' what to actually pass to the module. Can it be...