Update cache.manifest file
Benjamin Renard

Benjamin Renard commited on 2014-11-12 23:42:50
Showing 1 changed files, with 19 additions and 1 deletions.

... ...
@@ -4,6 +4,7 @@ NETWORK:
4 4
 *
5 5
 
6 6
 CACHE:
7
+index.html
7 8
 favicon.png
8 9
 icon-196x196.png
9 10
 icon-128x128.png
... ...
@@ -22,8 +23,25 @@ inc/lib/bootstrap/fonts/glyphicons-halflings-regular.svg
22 23
 
23 24
 inc/lib/jquery-1.10.2.min.js
24 25
 inc/lib/moment.min.js
25
-inc/lib/uuid.js
26 26
 
27 27
 # For IE
28 28
 inc/lib/html5shiv.js
29 29
 inc/lib/respond.min.js
30
+
31
+# Pickadate
32
+inc/lib/pickadate/picker.js
33
+inc/lib/pickadate/picker.date.js
34
+inc/lib/pickadate/legacy.js
35
+inc/lib/pickadate/themes/default.css
36
+inc/lib/pickadate/themes/default.date.css
37
+inc/lib/pickadate/translations/fr_FR.js
38
+
39
+# Flot
40
+inc/lib/flot-0.8.3/jquery.flot.js
41
+inc/lib/flot-0.8.3/jquery.flot.pie.min.js
42
+
43
+# Other libs
44
+inc/lib/uuid.js
45
+inc/lib/typeahead.bundle.js
46
+inc/lib/moment.min.js
47
+
30 48