We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
ionic.project
Would be great if we use a namespace in the ionic.project file, to avoid conflicts with future versions of Ionic.
namespace
{ "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" } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 theionic.project
file, to avoid conflicts with future versions of Ionic.The text was updated successfully, but these errors were encountered: