Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flolu/sass_binary-timeout
sass_binary rule times out after upgrading rules_nodejs to v3
https://github.com/flolu/sass_binary-timeout
rules-nodejs sass
Last synced: 16 days ago
JSON representation
sass_binary rule times out after upgrading rules_nodejs to v3
- Host: GitHub
- URL: https://github.com/flolu/sass_binary-timeout
- Owner: flolu
- Created: 2020-12-24T16:06:24.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-24T18:01:00.000Z (about 4 years ago)
- Last Synced: 2024-11-11T08:21:11.726Z (3 months ago)
- Topics: rules-nodejs, sass
- Language: Starlark
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rules_nodejs v3 Sass binary timeout
# FIXED!
The fix was using a different Sass setup in the `WORKSPACE` file. Like [here](https://github.com/bazelbuild/rules_nodejs/blob/b53e31c4bd769481eb9d42db3bb1ef6c44e2814d/examples/angular/WORKSPACE#L36).
## Setup
```
yarn
```## Issue
```
yarn build
```Works fine with rules_nodejs v2.3.2 but Sass times out with rules_nodejs v3.0.0. (you can change it in the `WORKSPACE` file)