Skip to content

What about using HTML template engine? #35

@felquis

Description

@felquis

I think it's a good ideia to add consolidate and allow developer to choose which html template engine they want, right in the ionic.project file.

Would be great if we use a namespace in the ionic.project file, to avoid conflicts with future versions of Ionic.

{
  "name": "ionic-garden",
  "gulpStartupTasks": [
    "styles",
    "source",
    "watch"
  ],
  "ionic-garden": {
    "sourceModules": {
      "ionic": "git://github.com/driftyco/ionic.git",
      "ng-cordova": "git://github.com/driftyco/ng-cordova.git"
    },
    "template-engine": "jade"
  }
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions