Skip to content
Snippets Groups Projects
Commit e84c6df3 authored by bgm's avatar bgm Committed by shaneonabike
Browse files

README.md: update dev tips

parent 32e2bf7e
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,13 @@ cd theisland ...@@ -35,7 +35,13 @@ cd theisland
npm i npm i
``` ```
Once all the packages are installed `gulp sass` will be automatically invoked, which will build the stylesheets with the latest version of the source code. To compile the scss:
```
npx gulp copy && npx gulp sass
```
To explore the generated CSS and why it's huge, edit the `gulpfile.js` and change `outputStyle: 'compressed'` to `outputStyle: 'expanded'` for the `sass:civicrm` task.
## Components ## Components
The theme includes two major components: The theme includes two major components:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment