Paolo Nicodemo
Paolo Nicodemo
A more robust library could be [sinon.js](http://sinonjs.org/) in conjunction with [sinon-chai](https://github.com/domenic/sinon-chai) which provides assertions for chai based on sinon.js. I've already used it in the past and it integrates very...
Currently the plugin parses your gruntfile to identify defined grunt tasks but won't parse external files. I can try to do the same thing I did for grunt: rely on...
Ok, then I'll modify the plugin to use gulp from the command line to identify the available tasks whenever a require with a relative path is found. To do this...
Hi! sorry for the problem and the delay. I've seen the gulpfile and the problem is in the line ``` var $ = require('gulp-load-plugins')(); ``` and then ``` $.jasmineLivereloadTask ```...
I've tried your gruntfile on my computer and it works so it's being parsed correctly by the plugin. File name is not a problem, I've changed it to accept both...
Hi, I've not tested the plugin with update 3 but I don't suppose that's the problem. When i get home tonight I'll build a debug version of the package with...
I've added debugging output to the package and created a debug build. If you could uninstall the currently installed package and install [this](https://github.com/Bjornej/GruntLauncher/releases/download/v1.0.0.1-debug/GruntLauncher.vsix) I can try to pinpoint the problem...
Ok so the package is being initialized correctly. When you right-click on gruntfile.js in the solution explorer is something else printed to the output window?
No problem. In regards to your problem It seems that the event that controls the visibility of the commands (BeforeQueryStatus) in the solution explorer context menu is not being fired...
Those extensions are safe, I have all of them installed except for the Color Theme Editor. I thought you had something like Power tools installed which are much more invasive....