Compiling assets

parent 4d5cc86f
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
{
"/js/app.js": "/js/app.js"
}
\ No newline at end of file
...@@ -11,5 +11,4 @@ let mix = require('laravel-mix'); ...@@ -11,5 +11,4 @@ let mix = require('laravel-mix');
| |
*/ */
mix.js('resources/assets/js/app.js', 'public/js') mix.js('resources/assets/js/app.js', 'public/js');
.sass('resources/assets/sass/app.scss', 'public/css');
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment