Update cache.manifest file
This commit is contained in:
parent
797ecba38a
commit
427062ff9d
1 changed files with 19 additions and 1 deletions
|
@ -4,6 +4,7 @@ NETWORK:
|
|||
*
|
||||
|
||||
CACHE:
|
||||
index.html
|
||||
favicon.png
|
||||
icon-196x196.png
|
||||
icon-128x128.png
|
||||
|
@ -22,8 +23,25 @@ inc/lib/bootstrap/fonts/glyphicons-halflings-regular.svg
|
|||
|
||||
inc/lib/jquery-1.10.2.min.js
|
||||
inc/lib/moment.min.js
|
||||
inc/lib/uuid.js
|
||||
|
||||
# For IE
|
||||
inc/lib/html5shiv.js
|
||||
inc/lib/respond.min.js
|
||||
|
||||
# Pickadate
|
||||
inc/lib/pickadate/picker.js
|
||||
inc/lib/pickadate/picker.date.js
|
||||
inc/lib/pickadate/legacy.js
|
||||
inc/lib/pickadate/themes/default.css
|
||||
inc/lib/pickadate/themes/default.date.css
|
||||
inc/lib/pickadate/translations/fr_FR.js
|
||||
|
||||
# Flot
|
||||
inc/lib/flot-0.8.3/jquery.flot.js
|
||||
inc/lib/flot-0.8.3/jquery.flot.pie.min.js
|
||||
|
||||
# Other libs
|
||||
inc/lib/uuid.js
|
||||
inc/lib/typeahead.bundle.js
|
||||
inc/lib/moment.min.js
|
||||
|
||||
|
|
Loading…
Reference in a new issue