I want to keep common resources, such as css and js, in a common google script project and then import them in different projects (web apps)
So, instead of using a local file:
<?!= HtmlService.createHtmlOutputFromFile('CSS').getContent(); ?>
I want to use an asset from an imported file (Resources > libraries > import project)