Skip to content

Commit f114a2b

Browse files
author
Phil E. Taylor
authored
s/Authenication/Authentication (#35237)
1 parent 1e8b5a1 commit f114a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Usually when contributing to the project the scope of the contribution should be
5959

6060
Assuming that you are working on the Media Manager you can run in your terminal (already in the root folder of the Joomla repo) `npm run watch:com_media`. This watcher will automatically recompile the app on every save (there is a debounce of 0.3s so if you have autosave will be clever to reduce the tasks).
6161

62-
Assuming that you are working on the Web Authenication JavaScript you can run in your terminal (already in the root folder of the Joomla repo) `npm run watch -- build/media_source/plg_system_webauthn`. This watcher will automatically recompile any JavaScript file inside the folder `build/media_source/plg_system_webauthn/js` on every save. But there's more, since you asked the watcher to check the parent folder (eg `build/media_source/plg_system_webauthn`) you can also edit the SCSS files in the `build/media_source/plg_system_webauthn/scss` or the css files in `build/media_source/plg_system_webauthn/css`. The same example for editing some SCSS in the cassiopeia template would require a command like: `npm run watch -- templates/cassiopeia/scss`.
62+
Assuming that you are working on the Web Authentication JavaScript you can run in your terminal (already in the root folder of the Joomla repo) `npm run watch -- build/media_source/plg_system_webauthn`. This watcher will automatically recompile any JavaScript file inside the folder `build/media_source/plg_system_webauthn/js` on every save. But there's more, since you asked the watcher to check the parent folder (eg `build/media_source/plg_system_webauthn`) you can also edit the SCSS files in the `build/media_source/plg_system_webauthn/scss` or the css files in `build/media_source/plg_system_webauthn/css`. The same example for editing some SCSS in the cassiopeia template would require a command like: `npm run watch -- templates/cassiopeia/scss`.
6363

6464
Once you get your code doing what it meant to do make sure that you checked that you are not breaking any of the Code Style rules by running `npm run lint:css -- --fix` and `npm run lint:js -- --fix` (the `-- --fix` will try to fix anything that's not trivial).
6565

0 commit comments

Comments
 (0)