-
I just installed the newest version of the plugin under PHPStorm 10.
When I go to the configuration, and click 'Add', nothing happens. When I click out of the window, "Drupal Run Tests" has been ad…
-
Just running the default task, both with no options and with manually setting layout to "byType", it does not group the files by type. Hoping someone can help!
```
$ grunt bower
Running "bower:instal…
-
Below is my build configuration file: build.js
```
({
appDir: '../src',
baseUrl: 'libs',
paths: {
app: 'js'
},
dir: '../prod',
out:"../js/main-built.js",
fileExclu…
-
Hi,
I am having a jenkins linux agent where I am trying to build a web application having front end resources managed by npm-grunt-bower combination and the build happens with the help of grunt-maven…
-
Grunt file configuration:
``` js
jasmine_node: {
options: {
jUnit: {
report: true,
savePath : './build/reports/jasmine',
…
-
I am using [grunt-browserify](https://github.com/jmreidy/grunt-browserify) and trying integrate parcelify with it.
I used the the [preBundleCB](https://github.com/jmreidy/grunt-browserify#prebundlec…
-
skeenan😎 FireFly:~/dev/angboard$ tox -e grunt -- -d --stack test
grunt installed: Flask==0.10.1,itsdangerous==0.24,Jinja2==2.8,MarkupSafe==0.23,nodeenv==0.13.3,requests==2.7.0,Werkzeug==0.10.4,wheel==…
-
Currently if I specify in my config options a `beforeBump` task like `test`, which of course runs my unit tests, `grunt-release` will still continue its execution even if my tests are failing. I would…
-
Hi,
I have problem installing the grunt-iconizr plugin in my windows 7 machine. I get error when I try installing via npm install grunt-iconizr --save-dev.
Following is the error I get:
![image](h…
ghost updated
9 years ago
-
Just tried for iOS.
if "plugins" is defined in the configuration, you get this error when running "grunt phonegap:build:ios". It creates the ios project but it doesn't compile due to the error.
phone…