Skip to content

Evaluate getting rid of gulp and npm #81

@chucker

Description

@chucker

Best as I can see, we currently use the gulp (and npm) infrastructure for two reasons:

  • it compiles SCSS to CSS, does some further jiggling, and copies the result to the two target projects
  • it copies the JS* to the two target projects

*) it does not compile TS to JS: the MSBuild toolchain does that instead.

This works, but it's kind of an ugly and brittle fit. We might want to move to things like BuildWebCompiler.

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