Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. mix.js('resources/js/app.js', 'public/js')
  2. .postCss('resources/css/app.css', 'public/css', [
  3. require('postcss-import'),
  4. require('tailwindcss'),
  5. require('postcss-nested'),
  6. ]);
  7.  
  8. mix.browserSync({
  9. proxy: 'domain.dev',
  10. notify: true
  11. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement