spectaql
spectaql copied to clipboard
Replace Grunt with ???
SpectaQL uses Grunt to perform a lot of the tasks of compiling, concatenating, minifying, etc.
But Grunt seems to be sorta dead? Or at least some of the plugins used by SpectaQL are? This leads to security alerts that are not easy to address, and other problems.
Any suggestions out there for what to use instead of Grunt? Keep in mind the specific tasks that SpectaQL needs to perform:
- concatenation
- uglification
- css minification
- copying of files
- sass -> css
- handlebars compilation
- etc...
We are really looking forward to this feature, as it causes so many Dependabot warnings regarding an old version of lodash
being used in grunt packages. Thanks