KorAP / Kalamar

:octopus: Mojolicious-based Frontend for KorAP
BSD 2-Clause "Simplified" License
7 stars 2 forks source link

Terser fails in Docker #182

Closed Akron closed 1 year ago

Akron commented 1 year ago

Somehow the assets can't be build in Docker atm because Terser fails.

kupietz commented 1 year ago

The grunt-terser plugin requires Grunt ^1.x ( see: https://www.npmjs.com/package/grunt-terser )

Reverting a34e6ae428f56d19252f6322257277e1f27e7799 would resolve the issue.

Akron commented 1 year ago

We are currently using Grunt 1.0.4. The problem seems to be that the terser plugin no longer declares terser a dependency.