-
Notifications
You must be signed in to change notification settings - Fork 1
Compiling CSS JS
Aurelijus edited this page Dec 17, 2019
·
1 revision
To compile resources/js/app.js and resources/css/style.scss just run following command:
$ npm run dev
You can also make npm watch for changes in these files and recompile them immediately:
$ npm run watch
They will be compiled into the following directories:
app.js -> public/js/app.js
style.scss -> public/css/style.css