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 - minified Javascript builds
Summary: minified Javascript builds
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-06 11:30 UTC by hat27533
Modified: 2014-01-16 10:28 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.