-
Benoit Lavenier authored
[fix] Remove unused gulp script [fix] Compile web artifact into /dist
Benoit Lavenier authored[fix] Remove unused gulp script [fix] Compile web artifact into /dist
ionic.project 319 B
{
"name": "Cesium",
"app_id": "",
"watchPatterns": [
"www/dist/**/*",
"www/css/*.css"
],
"gulpStartupTasks": [
"serve:before",
"watch"
],
"defaultBrowser": "chrome",
"browsers": [
{
"platform": "android",
"browser": "crosswalk",
"version": "12.41.296.5"
}
]
}