grunt.el icon indicating copy to clipboard operation
grunt.el copied to clipboard

Some glue to stick Emacs and Gruntfiles together

Results 3 grunt.el issues
Sort by recently updated
recently updated
newest added

When grunt tasks error _(mainly thinking about jasmine tests etc)_ and a stack trace is printed out, e.g. ``` shell Error: Expected true to be false at Object. |/path/to/file/testSpec.js:125:18 (†)...

A guy I work with started using this package and wanted to use it for running npm scripts on projects, so he basically changed the executable to `npm` and sourced...

enhancement

I'm looking at refactoring the code to use `start-process-shell-command` rather than `async-shell-command` like we mentioned _(see [process-refactor](https://github.com/gempesaw/grunt.el/tree/process-refactor))_, and I'm adding in a `filter` function to apply ansi colors to the...

help wanted