Changeset 3801:3b615c2da0a5
- Timestamp:
- 08/14/18 11:47:02 (7 years ago)
- Branch:
- 2.14
- File:
- 
          - 1 edited
 
 - 
          build-tools/min-js.php (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        build-tools/min-js.phpr3797 r3801 20 20 21 21 $content = file_get_contents($js); 22 $res = \JShrink\Minifier::minify($content );22 $res = \JShrink\Minifier::minify($content, array('flaggedComments' => false)); 23 23 24 24 if (($fp = fopen($js, 'wb')) === false) { 
Note: See TracChangeset
          for help on using the changeset viewer.
      