ADF app not automatically compiling

cancel
Showing results for 
Search instead for 
Did you mean: 
ravitejagannara
Member II

ADF app not automatically compiling

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
dvuika
Alfresco Employee

Re: ADF app not automatically compiling

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