Change assets to resources

This commit is contained in:
Oliver Davies 2019-04-02 10:06:26 +01:00
parent 54548ce541
commit a03f3e89c9
4 changed files with 1 additions and 1 deletions

View file

@ -1,7 +1,7 @@
let mix = require('laravel-mix')
mix.disableNotifications()
.postCss('assets/css/app.css', 'source/dist', [
.postCss('resources/css/app.css', 'source/dist', [
require('tailwindcss')(),
require('postcss-nested')(),
])