This repository was archived by the owner on Aug 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 110
This repository was archived by the owner on Aug 26, 2021. It is now read-only.
Slow SASS watch scripts #616
Copy link
Copy link
Open
Labels
architectureIssue or pull request related to architecture.Issue or pull request related to architecture.enhancementNew feature or request.New feature or request.parkedWon’t work on anytime soon as low priority.Won’t work on anytime soon as low priority.🐛 bugSomething isn’t working the way it should.Something isn’t working the way it should.
Description
Feature Request
- I’ve read and understood the Contributing guidelines and have done my best effort to follow them.
- I’ve read and agree to the Code of Conduct.
- I’ve searched for any related issues and avoided creating a duplicate issue.
- I've searched the community forums to check for related issues or feature requests
As found by @sukhrajghuman it appears that when testing things locally, the sass watch scripts are very slow.
For example with the core
component, the watch script watch:sass
: https://github.com/govau/design-system-components/blob/master/packages/core/package.json#L35 runs the entire build
script which also bundles the js. We want to update the watch and build scripts to be more isolated.
This issue also involve updating the developer docs:
https://designsystem.gov.au/get-started/development-environment/
HurricaneInteractive
Metadata
Metadata
Assignees
Labels
architectureIssue or pull request related to architecture.Issue or pull request related to architecture.enhancementNew feature or request.New feature or request.parkedWon’t work on anytime soon as low priority.Won’t work on anytime soon as low priority.🐛 bugSomething isn’t working the way it should.Something isn’t working the way it should.