nkoterba
nkoterba
Have a directory with: ``` javascript --- package.json +-- doc --- dependency_decisions.yml +-- src +--- module1 --- package.json ``` My `dependency_decisions.yml` file excludes npm "devDependencies": ``` javascript - - :ignore_group...
In short, we have a multi-project Gradle Setup: ``` javascript -- Root ---- build.gradle +--- A ---- build.gradle +--- B ---- package.json ---- bower.json ---- build.gradle +--- C ---- build.gradle...
I'm no Gradle or Gulp expert. However, it seems that child_process.spawn does not work in a gulp task when run from gradle. I'm using [gulp-install](https://www.npmjs.com/package/gulp-install) to run 'npm install' on...
First, great plugin! Thanks for all the effort and hard work. Second, while we may eventually utilize the primary purpose of this plugin (apply licenses as headers to source files),...
Ok, so we really like how this project uses Guice AOP and https://github.com/xvik/guice-ext-annotations to create "Repositories" for data. Specifically, we like how the `@Delegate` can be used to define our...