indexeddb implementation, #15

This commit is contained in:
Mo Bitar
2017-01-11 17:50:47 -06:00
parent 7459df9b5a
commit 3ffc9ee667
9 changed files with 600 additions and 281 deletions

View File

@@ -29,7 +29,7 @@
<meta name="og:description" content="Standard Notes is a basic notes app that delivers only the essentials in note taking. Because of its simplicity and resistance to growth, users can count on durability and convenience."/>
<% if Rails.env.development? %>
<%= javascript_include_tag "compiled.min.js", debug: true %>
<%= javascript_include_tag "compiled.js", debug: true %>
<% else %>
<%= javascript_include_tag "compiled.min.js", debug: false %>
<% end %>