FLUID-6114: Generate minified versions of JS and CSS in /dist directory in NPM

Metadata

Source
FLUID-6114
Type
New Feature
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Alan Harnum
Reporter
Alan Harnum
Created
2017-01-17T15:23:16.457-0500
Updated
2024-07-22T09:18:07.413-0400
Versions
N/A
Fixed Versions
  1. 3.0
Component
  1. Build Scripts

Description

Part of getting onto CDNJS (https://github.com/cdnjs/cdnjs/pull/10309) is having minified versions of the CSS and JS as part of the distribution; at the moment, we only produce non-minified ones.

I've minified the files manually for now but this should be done as part of the buildDists process.

Comments