Skip to content

Instantly share code, notes, and snippets.

@krasenslavov
Created December 27, 2021 21:20
Show Gist options
  • Save krasenslavov/6f7ae19543b7fd4584eda0810a8d5bfe to your computer and use it in GitHub Desktop.
Save krasenslavov/6f7ae19543b7fd4584eda0810a8d5bfe to your computer and use it in GitHub Desktop.
How to Setup JS and CSS Environment Files (no external libraries)
<?php
exec('php ../js/run.php > js/uuid.min.js');
exec('sass ../scss/uuid.scss css/uuid.min.css --style compressed');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment