Skip to content

Commit e4ebe9c

Browse files
authored
Update readme
1 parent bdc4f66 commit e4ebe9c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ To make maintance easy I automatically copy the folders and files from **media/t
1111
To copy the files automatically I use the extension FileSync:
1212
https://marketplace.visualstudio.com/items?itemName=pgmjah.filesync (example configuration files is present in the .vscode folder)
1313

14-
Note: the files are only copied. When working on SCSS files use the **media/templates/site/cassiopeia_child/scss** folder.
14+
Note: the files are only copied when a SCSS file in the **media/templates/site/cassiopeia_child/scss** folder is saved.
15+
16+
If you dont want to use an extension for copying file, you could use a sym-link / junction to keep the files the same om two locations. Git will recognise the junction files as actual files.
1517

1618
## Setup the development environment
1719
- Install Joomla on your local server
@@ -26,7 +28,7 @@ To start compiling the CSS just click the "Watch Sass" button on the bottom righ
2628

2729
## Good to know:
2830
- Make sure all the folder in the templates media folder are not empty. I used .keep files for that. This will also add the empty folders to a git repo.
29-
- The template-rtl.scss is only compiled when you start the Sass watcher or when the template-rtl.scss is saved. When the site goes to production, make sure you template-rtl.scss is create (Just save the file once or turn the compiler on and off again)
30-
- I've made some small modifications to the templateDetails.xml. I added the .vscode folder to the installation.
31+
- The template-rtl.scss is only compiled when you start the Sass watcher or when the template-rtl.scss is saved. When the site goes to production, make sure you template-rtl.scss is create (Just save the file once or turn the compiler off and on again)
32+
- I've made some small modifications to the templateDetails.xml. I added the .vscode folder to the installation so files are not lost on installing.
3133

3234
Youtube link to video: https://www.youtube.com/watch?v=lIli9zzOrg0

0 commit comments

Comments
 (0)