Commit Graph

10 Commits

Author SHA1 Message Date
Piotr Sarnacki
1c2f16d372 Set page titles relevant to page is loaded
I used ember-cli-document-title addon.
2015-02-16 16:42:12 +01:00
Piotr Sarnacki
3964eef9be Display feedback button on PRO when charmKey is set 2015-02-11 14:46:19 +01:00
Piotr Sarnacki
4dc35f7932 Fix default pro behaviour 2015-02-06 14:58:01 +01:00
Piotr Sarnacki
9591fdc4c6 Set expires to and max-age to 0 for index.html
This ensures that chrome will not indifinitely cache the index.html file.
2015-02-06 11:15:58 +01:00
Piotr Sarnacki
141457c4f9 Change config keys to camel case 2015-02-05 11:35:47 +01:00
Piotr Sarnacki
89081a873b Bring back ETags 2015-02-03 20:31:41 +01:00
Piotr Sarnacki
961b487fac Change a way config is updated
The ENV viarable that is exported in app/config/environment.js is saved as JSON
in <meta> tag in index.html. In order to properly set the settings from the app
we need to get it from there, update the JSON and write it back
2015-02-03 17:20:04 +01:00
Piotr Sarnacki
bf28f66b44 Properly set config for Ember CLI app 2015-02-03 12:44:52 +01:00
Piotr Sarnacki
41d406bb19 Remove ETags based on version for now 2015-02-03 12:00:27 +01:00
Piotr Sarnacki
8959f382c2 Move server/ to waiter/
Apparently server dir conflicts with some scripts in ember-cli
2015-02-03 10:13:48 +01:00