Edgewall Software

Changes between Initial Version and Version 7 of Ticket #10672


Ignore:
Timestamp:
Aug 11, 2012, 1:56:08 PM (12 years ago)
Author:
Peter Suter
Comment:

Subsequent cleanup task extracted to #10802.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10672 – Description

    initial v7  
    11As [comment:5:ticket:10284 discussed] [comment:20:ticket:10245 previously] it might be a good idea to introduce a minification step that pre-processes the !JavaScript and CSS files stored in source control.
    22
    3     This would allow developing with clean, well-commented source files while improving performance. We could then switch our [TracDev/CodingStyle#JavaScript JavaScript coding style] to 4 spaces indentation and add copyright and documentation comments to file headers.
     3This would allow developing with clean, well-commented source files while improving performance. We could then switch our [TracDev/CodingStyle#JavaScript JavaScript coding style] to 4 spaces indentation and add copyright and documentation comments to file headers. (See #10802)
    44
    55The step / a related step could do JSLint checking.