-
From [phetsims/chipper#1487 (comment)](https://github.com/phetsims/chipper/issues/1487#issuecomment-2412371475), there are 10 errors when I run `grunt check` in phet-lib. I'm unsure what is expected, …
-
Running `generate_configs` on my _grunt-contrib-copy_ configuration:
``` js
production: {
expand: true,
cwd: '/config/',
dest: '/scripts/',
src: 'config_production.js'…
-
include in the bolierplate grunt task to run jasmine with phantom js
-
- Currently you have to modify the bridge or create your own to have a custom configuration.
- HTML Inspector now (as of v.0.3.0) supports a `setConfig` function which can be invoked _before_ a call t…
-
I tried to create a separate execution of the plugin to run a grunt task specific for testing:
```
grunt-test
grunt
test
test --frontendSrcDir="${frontendSrcDi…
-
Parallel works great for shaving a few seconds off intensive tasks like `grunt-contrib-uglify`, but it has an issue right now where grunt.config properties that are set in a previous task are not shar…
-
Hello,
for two reasons, I think that grunt's `files` logic and builder's `baseURL` setting collide. First, I cannot give a `src` relative to the gruntfile (except using './') because when using a `ba…
-
I did not see this listed, but I have a a Gruntfile.js that runs fine in CLI but will not run with this package. I get the following error:
**Error loading gruntfile: MODULE_NOT_FOUND**
Below is th…
-
the only debug message from grunt about notify is `Running "notify:default" (notify) task`.
My configuration looks like this:
``` coffeescript
grunt.initConfig
notify:
default:
o…
-
I'm sorry for making yet another topic on the subject, but the current solutions aren't working for me.
I got the whole thing working, then I installed a 'grunt-front-end-loader', which seems like…