Aleksandar Djindjic

Results 8 issues of Aleksandar Djindjic

I tried to simplify my gulpfile and part it in few smaller, included into main gulpfile. Assets files with finger prints are created but references in index.html are not updated.

I'm not 100% sure, but it looks like if you ware subscribed to some branch which has been deleted, I still get notification for that repo every day. For example...

Is it possible to add --signoff param in git-plus commit command?

enhancement

Is possible (and is it relevant question for this repo issues) to have some additional constructor parameter which is not injected module itself? For example coffee_type: ``` js import {Inject}...

Can we install chrome extension from web store? I cant find it by following [this](https://chrome.google.com/webstore/search/%22DI%20visualizer?hl=en&_category=extensions) search.

I cant push code to repo after taggin. Here is my gulpfile code: ``` js gulp.task('deploy', function(){ gulp.src(['./package.json']) .pipe(bump({type:'patch'})) .pipe(gulp.dest('./')) .pipe(git.commit('bumps package version')) .pipe(filter('package.json')) .pipe(tag_version()) .pipe(git.push('origin', 'master', {args: " --tags"},...

I found this library while I was looking for forwadable module for javascript. Its really avesome, but could we use it with es6 classes and how?

# Support Question Sorry for asking here, but I'm trying to realize why do you need nx here? Can you manage multiple packages in monorepo just by using npm workspaces?