-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
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"
}
}
Reactions are currently unavailable