Changeset 13583
- Timestamp:
- 05/05/08 15:31:30 (7 months ago)
- Location:
- util/trunk/buildscripts
- Files:
-
- 2 modified
-
build_mini.sh (modified) (1 diff)
-
jslib/buildUtil.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
util/trunk/buildscripts/build_mini.sh
r13414 r13583 81 81 # remove uncompressed .js files 82 82 find . -name *.uncompressed.js -exec rm '{}' ';' 83 find . -name *.commented.css -exec rm '{}' ';'84 83 85 84 # WARNING: templates have been inlined into the .js -- if you are using dynamic templates, -
util/trunk/buildscripts/jslib/buildUtil.js
r13581 r13583 1200 1200 1201 1201 //Write out the file with appropriate copyright. 1202 fileUtil.saveUtf8File(fileName + ".commented.css", originalFileContents);1203 1202 fileUtil.saveUtf8File(fileName, fileContents); 1204 1203 }