-
Notifications
You must be signed in to change notification settings - Fork 12.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
grafana/toolkit: copy sass files #17888
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool, see my comment #17886 (comment) for the approach in the future versions.
const sassDir = path.resolve(cwd, '../../public/sass/'); | ||
const promises = files.map(file => { | ||
return new Promise((resolve, reject) => { | ||
fs.copyFile(`${sassDir}/${file}`, `${distDir}/sass/${file}`, err => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we could skip the .generated.
from file name
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
* grafana/master: Explore: Adds support for toggling text edit mode in explore (grafana#17870) LDAP: Divide the requests (grafana#17885) Build: fixes missing shebang in release tagging script. (grafana#17894) Teams: show proper label for each auth provider (grafana#17860) Logging: Login and Logout logging actions (grafana#17760) (grafana#17883) Loki: Adds comment explaining usage of RFC3339Nano string (grafana#17872) Explore: Query rows are now reset when changing data sources (grafana#17865) Codestyle: add guidelines for removing the m alias for models (grafana#17890) Docs: How to work with themes (grafana#17876) Docs: Fix developing plugins index page (grafana#17877) StatsPicker: Fix multiple value input layout etc. (grafana#17827) Chore: Build grafana-cli when running bra run (grafana#17788) Build: use golangci-lint as a make command (grafana#17739) Explore: Log highlights only update when user stops typing (grafana#17845) Loki: getHighlighterExpressionsFromQuery Returns null if filter term is not quoted (grafana#17852) Docs upgrading deps (grafana#17657) Testing: Include BatchRevoke for all tokens in the fake. (grafana#17728)
* origin/master: (29 commits) Explore: Adds orgId to URL for sharing purposes (#17895) grafana/toolkit: copy sass files (#17888) ChangePassword: Rewrite change password page to react (#17811) AngularPanels: Fixed loading state indication for angular panels (#17900) Explore: Adds support for toggling text edit mode in explore (#17870) LDAP: Divide the requests (#17885) Build: fixes missing shebang in release tagging script. (#17894) Teams: show proper label for each auth provider (#17860) Logging: Login and Logout logging actions (#17760) (#17883) Loki: Adds comment explaining usage of RFC3339Nano string (#17872) Explore: Query rows are now reset when changing data sources (#17865) Codestyle: add guidelines for removing the m alias for models (#17890) Docs: How to work with themes (#17876) Docs: Fix developing plugins index page (#17877) StatsPicker: Fix multiple value input layout etc. (#17827) Chore: Build grafana-cli when running bra run (#17788) Build: use golangci-lint as a make command (#17739) Explore: Log highlights only update when user stops typing (#17845) Loki: getHighlighterExpressionsFromQuery Returns null if filter term is not quoted (#17852) Docs upgrading deps (#17657) ...
* grafana/master: (22 commits) grafana/toolkit: bundle plugins with webpack (grafana#17850) Explore: Adds orgId to URL for sharing purposes (grafana#17895) grafana/toolkit: copy sass files (grafana#17888) ChangePassword: Rewrite change password page to react (grafana#17811) AngularPanels: Fixed loading state indication for angular panels (grafana#17900) Explore: Adds support for toggling text edit mode in explore (grafana#17870) LDAP: Divide the requests (grafana#17885) Build: fixes missing shebang in release tagging script. (grafana#17894) Teams: show proper label for each auth provider (grafana#17860) Logging: Login and Logout logging actions (grafana#17760) (grafana#17883) Loki: Adds comment explaining usage of RFC3339Nano string (grafana#17872) Explore: Query rows are now reset when changing data sources (grafana#17865) Codestyle: add guidelines for removing the m alias for models (grafana#17890) Docs: How to work with themes (grafana#17876) Docs: Fix developing plugins index page (grafana#17877) StatsPicker: Fix multiple value input layout etc. (grafana#17827) Chore: Build grafana-cli when running bra run (grafana#17788) Build: use golangci-lint as a make command (grafana#17739) Explore: Log highlights only update when user stops typing (grafana#17845) Loki: getHighlighterExpressionsFromQuery Returns null if filter term is not quoted (grafana#17852) ...
* grafana/master: (22 commits) grafana/toolkit: bundle plugins with webpack (grafana#17850) Explore: Adds orgId to URL for sharing purposes (grafana#17895) grafana/toolkit: copy sass files (grafana#17888) ChangePassword: Rewrite change password page to react (grafana#17811) AngularPanels: Fixed loading state indication for angular panels (grafana#17900) Explore: Adds support for toggling text edit mode in explore (grafana#17870) LDAP: Divide the requests (grafana#17885) Build: fixes missing shebang in release tagging script. (grafana#17894) Teams: show proper label for each auth provider (grafana#17860) Logging: Login and Logout logging actions (grafana#17760) (grafana#17883) Loki: Adds comment explaining usage of RFC3339Nano string (grafana#17872) Explore: Query rows are now reset when changing data sources (grafana#17865) Codestyle: add guidelines for removing the m alias for models (grafana#17890) Docs: How to work with themes (grafana#17876) Docs: Fix developing plugins index page (grafana#17877) StatsPicker: Fix multiple value input layout etc. (grafana#17827) Chore: Build grafana-cli when running bra run (grafana#17788) Build: use golangci-lint as a make command (grafana#17739) Explore: Log highlights only update when user stops typing (grafana#17845) Loki: getHighlighterExpressionsFromQuery Returns null if filter term is not quoted (grafana#17852) ...
* grafana/master: (22 commits) grafana/toolkit: bundle plugins with webpack (grafana#17850) Explore: Adds orgId to URL for sharing purposes (grafana#17895) grafana/toolkit: copy sass files (grafana#17888) ChangePassword: Rewrite change password page to react (grafana#17811) AngularPanels: Fixed loading state indication for angular panels (grafana#17900) Explore: Adds support for toggling text edit mode in explore (grafana#17870) LDAP: Divide the requests (grafana#17885) Build: fixes missing shebang in release tagging script. (grafana#17894) Teams: show proper label for each auth provider (grafana#17860) Logging: Login and Logout logging actions (grafana#17760) (grafana#17883) Loki: Adds comment explaining usage of RFC3339Nano string (grafana#17872) Explore: Query rows are now reset when changing data sources (grafana#17865) Codestyle: add guidelines for removing the m alias for models (grafana#17890) Docs: How to work with themes (grafana#17876) Docs: Fix developing plugins index page (grafana#17877) StatsPicker: Fix multiple value input layout etc. (grafana#17827) Chore: Build grafana-cli when running bra run (grafana#17788) Build: use golangci-lint as a make command (grafana#17739) Explore: Log highlights only update when user stops typing (grafana#17845) Loki: getHighlighterExpressionsFromQuery Returns null if filter term is not quoted (grafana#17852) ...
…-mapping-to-field * grafana/master: (22 commits) grafana/toolkit: bundle plugins with webpack (grafana#17850) Explore: Adds orgId to URL for sharing purposes (grafana#17895) grafana/toolkit: copy sass files (grafana#17888) ChangePassword: Rewrite change password page to react (grafana#17811) AngularPanels: Fixed loading state indication for angular panels (grafana#17900) Explore: Adds support for toggling text edit mode in explore (grafana#17870) LDAP: Divide the requests (grafana#17885) Build: fixes missing shebang in release tagging script. (grafana#17894) Teams: show proper label for each auth provider (grafana#17860) Logging: Login and Logout logging actions (grafana#17760) (grafana#17883) Loki: Adds comment explaining usage of RFC3339Nano string (grafana#17872) Explore: Query rows are now reset when changing data sources (grafana#17865) Codestyle: add guidelines for removing the m alias for models (grafana#17890) Docs: How to work with themes (grafana#17876) Docs: Fix developing plugins index page (grafana#17877) StatsPicker: Fix multiple value input layout etc. (grafana#17827) Chore: Build grafana-cli when running bra run (grafana#17788) Build: use golangci-lint as a make command (grafana#17739) Explore: Log highlights only update when user stops typing (grafana#17845) Loki: getHighlighterExpressionsFromQuery Returns null if filter term is not quoted (grafana#17852) ...
* grafana/master: (22 commits) grafana/toolkit: bundle plugins with webpack (grafana#17850) Explore: Adds orgId to URL for sharing purposes (grafana#17895) grafana/toolkit: copy sass files (grafana#17888) ChangePassword: Rewrite change password page to react (grafana#17811) AngularPanels: Fixed loading state indication for angular panels (grafana#17900) Explore: Adds support for toggling text edit mode in explore (grafana#17870) LDAP: Divide the requests (grafana#17885) Build: fixes missing shebang in release tagging script. (grafana#17894) Teams: show proper label for each auth provider (grafana#17860) Logging: Login and Logout logging actions (grafana#17760) (grafana#17883) Loki: Adds comment explaining usage of RFC3339Nano string (grafana#17872) Explore: Query rows are now reset when changing data sources (grafana#17865) Codestyle: add guidelines for removing the m alias for models (grafana#17890) Docs: How to work with themes (grafana#17876) Docs: Fix developing plugins index page (grafana#17877) StatsPicker: Fix multiple value input layout etc. (grafana#17827) Chore: Build grafana-cli when running bra run (grafana#17788) Build: use golangci-lint as a make command (grafana#17739) Explore: Log highlights only update when user stops typing (grafana#17845) Loki: getHighlighterExpressionsFromQuery Returns null if filter term is not quoted (grafana#17852) ...
Fixes #17886