-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Awaiting Schedule
These upda…
-
Hello,
I'm trying to compile with hosted fonts (`fonts/calendas.woff2` and `fonts/calendas.woff` files)
Here's my input CSS :
``` css
body {
font-family: "Calendas";
}
```
Here's my gulpfile.js…
-
Finally this is a proper solution to use pug with angular-cli.
However it would be nice to have support for quote-less usage of angular binding syntax (`[]`, `()`, `[()]`) as provided by https://gi…
-
**Describe the bug**
A clear and concise description of what the bug is.
On enabling treesitter, the startup times are noticeably higher than without treesitter.
**Expected behavior**
…
-
Trying to update to Angular 7 and now seem to have an issue with pug files. On load the templates return 404 errors.
Assuming this would be an issue with CLI changes and the updates cli pug loader …
-
### 使用的 Butterfly 版本? | What version of Butterfly are you use?
4.12.0
### 是否修改过主题文件? || Has the theme files been modified?
不是 (No)
### 使用的瀏覽器? || What browse are you using?
Chrome
### 使用的系統? || …
-
I just created a brand-new angular project with
`ng new my-app`
The app runs without problems. Then I add the schematics:
`ng add ng-cli-pug-loader`
this is what I got back:
```
Instal…
-
## Bug Report
**Current Behavior**
Follow up to https://github.com/babel/babel/issues/7786 . No idea why that issue is closed, with a cliff-hanger. If you add `{legacy: true}` option to the plugin…
-
```
Angular CLI: 11.2.0
Node: 12.18.0
OS: darwin x64
Angular: 11.2.0
... animations, cli, common, compiler, compiler-cli, core, forms
... localize, platform-browser, platform-browser-dynamic, …
-
On Angular 9 if aot is enabled, ng serve will not recompile pug to html files when making changes.
Workarounds are:
+ Stop and restart ng serve each time
+ Turn off aot in angular.json
Any ide…