Skip to content

Commit

Permalink
Using symfonycasts/sass-bundle for sass processing
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Aug 19, 2023
1 parent 71aebf1 commit d79f503
Show file tree
Hide file tree
Showing 10 changed files with 130 additions and 12,676 deletions.
1 change: 1 addition & 0 deletions ux.symfony.com/.platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ hooks:
(>&2 symfony-build)
php bin/console sass:build
php bin/console asset-map:compile
deploy: |
Expand Down
5 changes: 5 additions & 0 deletions ux.symfony.com/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ Source code for [ux.symfony.com](https://ux.symfony.com).
symfony server:start -d
```

6. Compile the Sass files:
```bash
php bin/console sass:build --watch
```

### Running the Test Suite

```bash
Expand Down
Loading

0 comments on commit d79f503

Please sign in to comment.