[TIMOB-11266] CLI: Add CSS minification to Mobile Web build
| GitHub Issue | n/a |
|---|---|
| Type | Sub-task |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2012-10-05T20:01:41.000+0000 |
| Affected Version/s | Release 3.0.0 |
| Fix Version/s | Release 3.0.0, Sprint 2012-20 JS, 2012 Sprint 20 |
| Components | CLI |
| Labels | n/a |
| Reporter | Chris Barber |
| Assignee | Chris Barber |
| Created | 2012-10-04T23:39:07.000+0000 |
| Updated | 2017-03-14T18:59:22.000+0000 |
Description
Use the "clean-css" library:
var cleanCSS = require('clean-css');
var output = cleanCSS.process(input);
Pull Request: https://github.com/appcelerator/titanium_mobile/pull/3117
Closing ticket as fixed.