You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DEVELOPMENT.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,18 @@ Typically, packages listed in this section would be internal development tools f
60
60
- PHPStan
61
61
- Codeception
62
62
63
+
### Build
64
+
65
+
Run `npm run build` to compile frontend CSS and JS in one step.
66
+
67
+
### CSS
68
+
69
+
Run `npm run watch:css` to compile frontend CSS to `resources/frontend/css/frontend.css` when working on SCSS in the `resources/frontend/scss` folder.
70
+
71
+
### JS
72
+
73
+
Run `npm run watch:js` to compile frontend JS to `resources/frontend/js/dist/frontend-min.js` when working on JS in the `resources/frontend/js` folder.
74
+
63
75
## Committing Work
64
76
65
77
Remember to commit your changes to your branch relatively frequently, with a meaningful, short summary that explains what the change(s) do.
0 commit comments