Skip to main content
Nintex Community Menu Bar
Question

favorite sublime text javascript/css minifier?

  • July 10, 2024
  • 1 reply
  • 12 views

Forum|alt.badge.img+18

Any recommendations?

This topic has been closed for replies.

1 reply

Forum|alt.badge.img+13

Hey Matt -

Typically you would complete these steps as part of an automated build process (e.g. grunt, gulp, etc.).  There might be a ST plugin available that will take the current window and minify it but if you are using grunt, check out grunt-contrib-uglify and grunt-minjson for minification.  I’m sure gulp has similar counterparts.