Dean
Dean
This is a bit frustrating as well. Calling `app.oauth.authorize` for access_token results in invalid_request: Invalid request: malformed authorization header I've never seen bearer token needed to get an access_token in...
@adamdubiel no custom tasks. From the image, for the most part it's basically just stuck there until it starts copying in the target-grunt folder. The actual command you want me...
Also, this is my grunt file: ``` module.exports = function(grunt){ grunt.initConfig({ gruntMavenProperties: grunt.file.readJSON('grunt-maven.json'), bgShell:{ fail:true, npm_install:{ cmd:'npm install' }, bower_install:{ cmd:'bower install' } }, mavenPrepare: { options: { resources: ["**"]...
this issue can be closed, had a trojan that replicated my target directory into a file size of 3 Gigs.
Reopening this issue. I'm still getting the problem. Running the command in the `target-grunt` directory has the same issue. When I go into the directory I'm seeing this issue (as...
went as far as this for the directorty structure `C:\Users\xxxx\TARGET~1\dist\dist\dist\dist\dist\dist\dist\NODE_M~1\bower\NODE_M~1\insight\NODE_M~1\inquirer\NODE_M~1\CLI-CO~1\NODE_M~1\memoizee\NODE_M~1\ES6-WE~1\NODE_M~1\ES6-IT~1\NODE_M~1\es6-symbol\test`
@adamdubiel Will do in a moment. One other question, does maven-grunt task `clean` relies on the `maven-clean-plugin`? In my case, I don't have it and I believe this plugin uses...
@adamdubiel i disabled those tasks and removed the 'target-grunt' long with the 'target' directory and things seems to sped up. Not sure what I'm doing wrong. From the get go,...
I"m not sure why is it that each time `mvn grunt:grunt -Dtarget=watch` fires (due to changes) or just the normal `maven install`, this plugin creates additional `dist` directories in the...