Changeset 3418:f74c218a7b8e for Makefile
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r3305 r3418 56 56 find $(DC)/admin/js/*.js -exec ./build-tools/min-js.php \{\} \; 57 57 find $(DC)/admin/js/codemirror -name '*.js' -exec ./build-tools/min-js.php \{\} \; 58 find $(DC)/admin/js/ie7/*.js -exec ./build-tools/min-js.php \{\} \;59 58 find $(DC)/admin/js/jquery/*.js -exec ./build-tools/min-js.php \{\} \; 60 59 find $(DC)/admin/js/jsUpload/*.js -exec ./build-tools/min-js.php \{\} \;
Note: See TracChangeset
for help on using the changeset viewer.