Changeset 13583

Show
Ignore:
Timestamp:
05/05/08 15:31:30 (7 months ago)
Author:
jburke
Message:

Fixes #6374. Remove .commented.css files. More often than not they were useless.

Location:
util/trunk/buildscripts
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • util/trunk/buildscripts/build_mini.sh

    r13414 r13583  
    8181        # remove uncompressed .js files 
    8282        find . -name *.uncompressed.js -exec rm '{}' ';' 
    83         find . -name *.commented.css -exec rm '{}' ';' 
    8483 
    8584        # WARNING: templates have been inlined into the .js -- if you are using dynamic templates, 
  • util/trunk/buildscripts/jslib/buildUtil.js

    r13581 r13583  
    12001200         
    12011201                                //Write out the file with appropriate copyright. 
    1202                                 fileUtil.saveUtf8File(fileName + ".commented.css", originalFileContents); 
    12031202                                fileUtil.saveUtf8File(fileName, fileContents); 
    12041203                        }