spectaql icon indicating copy to clipboard operation
spectaql copied to clipboard

Replace Grunt with ???

Open newhouse opened this issue 2 years ago • 1 comments

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...

newhouse avatar Apr 15 '22 16:04 newhouse

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

m3rad avatar May 25 '22 09:05 m3rad