Advertisement
stronk7

Untitled

Oct 23rd, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. With $CFG->pathtosassc = '/usr/local/bin/sassc';
  2.  
  3. $ sudo port deactivate php73-xdebug @2.7.2_0+debug
  4.  
  5. $ time php admin/cli/build_theme_css.php
  6. == Build theme css ==
  7.  
  8. real 0m29.985s
  9. user 0m27.802s
  10. sys 0m0.877s
  11.  
  12. $ sudo port activate php73-xdebug +debug
  13.  
  14. $ time php admin/cli/build_theme_css.php
  15. == Build theme css ==
  16.  
  17. real 1m42.369s
  18. user 1m39.313s
  19. sys 0m1.060s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement