Skip to content

No longer possible to use templating to generate index.html #3161

Closed
@7er

Description

@7er

d3fd8b0 broke my build

OS

Linux Ubuntu 16.04

Versions.

1.0.0-beta.20-4

Repro steps.

Change index.html to index.html.ejs. Change angular.cli.json#apps[0].index to "index.html.ejs".
Have some <%= %> code in index.html.ejs, but observe that it is emitted as index.html.ejs instead of index.html which it did in beta.19-3.

Mention any other details that might be useful.

The templating feature for generating index.html that was present in beta.19.3 was very useful and allowed us to manipulate the final index.html very easily. I understood that someone wanted to create another filename but I think generating index.html with some simple templating is a quite common case

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions