Changeset 2801:8424606878d7
- Timestamp:
-
11/18/14 20:50:26
(11 years ago)
- Author:
- franck <carnet.franck.paul@…>
- Branch:
- default
- Message:
-
Minified version of public js is better for the planet, addresses #1897
-
File:
-
Legend:
- Unmodified
- Added
- Removed
-
r2642
|
r2801
|
|
57 | 57 | find $(DC)/plugins -name '*.js' -exec ./build-tools/min-js.php \{\} \; |
58 | 58 | find $(DC)/themes/default/js/*.js -exec ./build-tools/min-js.php \{\} \; |
| 59 | find $(DC)/inc/js -name '*.js' -exec ./build-tools/min-js.php \{\} \; |
59 | 60 | |
60 | 61 | ## Debug off |