mirror of
https://github.com/TryGhost/Ghost-Admin.git
synced 2023-12-14 02:33:04 +01:00
39eda2b0e5
- added grunt-bg-shell - reorganized asset tasks into one location - turn off ember-cli analytics - remove app/config-dev and config-prod - remove qunit from bower.json - remove express from package.json
9 lines
279 B
Text
9 lines
279 B
Text
{
|
|
/**
|
|
Ember CLI sends analytics information by default. The data is completely
|
|
anonymous, but there are times when you might want to disable this behavior.
|
|
|
|
Setting `disableAnalytics` to true will prevent any data from being sent.
|
|
*/
|
|
"disableAnalytics": true
|
|
}
|