File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ app.config =
14
14
release: <%= Time.now.utc.httpdate.to_json %>
15
15
mathml_stylesheet: '<%= App.cdn_origin %> /mathml.css'
16
16
service_worker_path: '/service-worker.js'
17
- service_worker_enabled: ' <%= App.environment == ' production' || ENV['ENABLE_SERVICE_WORKER'] == 'true' %> ' == 'true'
17
+ service_worker_enabled: <%= App.environment == : production || ENV['ENABLE_SERVICE_WORKER'] == 'true' %>
Original file line number Diff line number Diff line change 1
1
[
2
+ [
3
+ " 2019-07-19" ,
4
+ " Replaced the AppCache with a Service Worker (which makes DevDocs an installable PWA) and fixed layout preferences on Firefox."
5
+ ],
2
6
[
3
7
" 2018-09-23" ,
4
8
" New documentations: <a href=\" /puppeteer/\" >Puppeteer</a> and <a href=\" /handlebars/\" >Handlebars.js</a>"
You can’t perform that action at this time.
0 commit comments