Skip to content

Compiling CSS JS

Aurelijus edited this page Dec 17, 2019 · 1 revision

Compiling CSS/JS


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


Clone this wiki locally