cancel
Showing results for 
Search instead for 
Did you mean: 

ADF app not automatically compiling

ravitejagannara
Champ in-the-making
Champ in-the-making

Have created a new adf app using generator-alfresco-adf-app as mentioned in the docs. Started making changes to application but angular cli is not automatically compiling the changes to reflect in the browser. Happen to restart cli after every single change of code. Have verified all the configuration in angular.json & tsconfig.json. Am i missing anything here ?

Edit 1:

Used the boilerplate template from generator-alfresco-adf-app (license Apache 2.0). Made no changes to configuration.

Alfresco dependencies version : 3.4.0

Angular version : 7.0.3

Typescript version : 3.1.6

scripts : {

"ng" : "ng",

"start" : "ng serve",

"build" : "build"

}
1 REPLY 1

dvuika
Star Collaborator
Star Collaborator

Please provide more context and details. Versions of the libraries, scripts that you used to start, etc.