I have a very very simple node server, which has one task : serve an HTML file corresponding to the entry point of my AngularJS app.
But I have a problem : I have no cache for static resources, as JS or CSS files. How could I achieve it ? Is it a node or angular problem ?