-
Hi I tried the configuration you specified however it didn't quite work. Perhaps I am missing something? If you can kindly point it out it would be much appreciated.
# My folder hierarchy is as follow…
-
After filling out the form at https://realfavicongenerator.net/favicon/grunt, about 60 lines of configuration are generated. I was wondering, can I simply omit them from my configuration?
My grunt …
-
When Grunt configuration is run the process exists before the entire log is printed.
The Grunt configuration itself runs all of its tasks successfully, only the log isn't shown
for all of the sub tas…
-
Hi.
I'm trying to run this task but I have lots of problems.
First installation fails: on Os X cannot build protagonist.
So I cloned both repositories (grunt-apiblueprint-springmvc and apiblueprint-sp…
gorru updated
6 years ago
-
I created a `grunt-horde` configuration that provides a standard build lifecycle to projects that use it, e.g. `grunt test`, `grunt package`, `grunt release`, etc. Under Node 0.10/npm 1.x (yes, quite …
-
Hi,
mocha 6 supports config files. In my project you can run mocha with and without grunt so at the moment I have 2 sources of truth for the configuration. Would it be possible to link the grunt opti…
-
```
Running "protractor" task
Using SauceLabs selenium server at http://adamquadmon:xxxx@ondemand.saucelabs.com:80/wd/hub
/home/travis/build/xxx/node_modules/protractor/node_modules/selenium-webdrive…
-
After 10 tests suites I'll receive the following warning/error:
**chrome 48 Error code ECONNREFUSED: Unexpected error. { [Error: connect ECONNREFUSED 127.0.0.1:49654]
code: 'ECONNREF…
-
I cannot seem to get past this error:
``` shell
Loading "Gruntfile.js" tasks...ERROR
>> TypeError: Object function (Target) {
>> grunt.task.run([
>> 'configureHttpAuth',
>> …
-
Hi. I want to set proxy on generator-angular with "grunt-connect-proxy".
After set configuration in grunt file, I get 404 error in my console for angular server requests.
here is my grunt file:
``…