Advertisement
stronk7

Untitled

Oct 23rd, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. With $CFG->pathtosassc commented:
  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 0m42.924s
  9. user 0m41.264s
  10. sys 0m0.575s
  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 2m16.842s
  18. user 2m12.777s
  19. sys 0m1.015s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement