rosen-vladimirov / angular-scss-windows-aot-issue

Shows a problem with ng serve --aot when changing scss files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AngularScssWindowsAotIssue

This project was generated with Angular CLI version 8.2.2.

Issue description

Changes in partial scss (starting with _) files are not respected during ng serve --aot on Windows. Everything works fine on Ubuntu and macOS. Everything works fine when --aot is not passed.

Steps to reproduce

  1. Clone this repo: git clone https://github.com/rosen-vladimirov/angular-scss-windows-aot-issue.git
  2. In the project run ng serve --aot
  3. Apply a change in src/app/_colored_classes.scss - the change will not be respected

About

Shows a problem with ng serve --aot when changing scss files.


Languages

Language:TypeScript 67.3%Language:JavaScript 17.6%Language:HTML 13.8%Language:CSS 1.3%