This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 134586

Summary: minified Javascript builds
Product: javascript Reporter: hat27533 <hat27533>
Component: EditorAssignee: Petr Pisl <ppisl>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description hat27533 2008-05-06 11:30:42 UTC
It would be extremely desirable to be able to build war files that include minified JavaScript includes, whilst leaving
the original source file intact as is in the editor and version control repository in netbeans web projects.

By minified I mean something like http://javascript.crockford.com/jsmin.html.
Comment 1 hat27533 2008-06-21 16:10:57 UTC
Started to have a look at this myself see http://nnbs.blogspot.com
Comment 2 hat27533 2008-08-18 12:25:29 UTC
I have updated my build.xml file overide to switch off js/css compression when a web application is run in client debug 
mode (works for v6.1 and 6.5 beta).

See http://nnbs.blogspot.com for details.