Skip to content

Instantly share code, notes, and snippets.

@LasseRafn
Last active March 8, 2017 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LasseRafn/ea785271e04f65d5143e15df8e732406 to your computer and use it in GitHub Desktop.
Save LasseRafn/ea785271e04f65d5143e15df8e732406 to your computer and use it in GitHub Desktop.
<?php
require_once 'vendor/autoload.php';
require_once 'mix.php';
?>
<!DOCTYPE html>
<html>
<head>
</head>
<title>Demo</title>
<link rel="stylesheet" href="<?php echo mix('public/css/app.css'); ?>" />
<body>
<script src="<?php echo mix('js/app.js'); ?>"></script>
</body>
</html>
@palpaga
Copy link

palpaga commented Mar 8, 2017

No more argument ?

@LasseRafn
Copy link
Author

@lamaspanzer. Huh? 😁 - This is for a blog post

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment