Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What about using HTML template engine? #35

Open
felquis opened this issue Jul 3, 2015 · 0 comments
Open

What about using HTML template engine? #35

felquis opened this issue Jul 3, 2015 · 0 comments

Comments

@felquis
Copy link
Member

felquis commented Jul 3, 2015

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"
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant