Skip to content
This repository has been archived by the owner on Nov 23, 2018. It is now read-only.

Commit

Permalink
Update to Mobile Boilerplate v4.1.2
Browse files Browse the repository at this point in the history
Close #5
  • Loading branch information
arthurvr authored and alrra committed Nov 1, 2014
1 parent 38084e7 commit 63becd4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ var Generator = module.exports = function () {
this.directory('css');
this.directory('img');
this.directory('js');
this.directory('tools');
this.expandFiles('*', {
cwd: this.sourceRoot(),
dot: true
Expand Down
2 changes: 1 addition & 1 deletion app/templates
Submodule templates updated 52 files
+566 −445 .htaccess
+48 −146 404.html
+28 −0 CHANGELOG.md
+2 −2 CONTRIBUTING.md
+7 −8 README.md
+0 −9 css/main.css
+185 −158 css/normalize.css
+5 −8 doc/README.md
+0 −102 doc/contribute.md
+2 −3 doc/crossdomain.md
+1 −1 doc/css.md
+11 −2 doc/extend.md
+2 −2 doc/faq.md
+0 −321 doc/htaccess.md
+13 −16 doc/html.md
+4 −4 doc/js.md
+2 −16 doc/misc.md
+17 −11 doc/usage.md
+ favicon.ico
+ img/startup/startup-retina-4in.png
+ img/startup/startup-retina.png
+ img/startup/startup-tablet-landscape-retina.png
+ img/startup/startup-tablet-landscape.png
+ img/startup/startup-tablet-portrait-retina.png
+ img/startup/startup-tablet-portrait.png
+ img/startup/startup.png
+ img/touch/apple-touch-icon-114x114-precomposed.png
+ img/touch/apple-touch-icon-144x144-precomposed.png
+ img/touch/apple-touch-icon-57x57-precomposed.png
+ img/touch/apple-touch-icon-72x72-precomposed.png
+ img/touch/apple-touch-icon-precomposed.png
+ img/touch/apple-touch-icon.png
+ img/touch/touch-icon-128x128.png
+ img/touch/touch-icon-196x196.png
+ img/touch/touch-icon-60x60.png
+21 −9 index.html
+37 −17 js/helper.js
+2 −2 js/plugins.js
+9,111 −0 js/vendor/jquery-2.1.0.js
+6 −0 js/vendor/jquery-2.1.0.min.js
+1 −0 js/vendor/jquery-2.1.0.min.map
+2 −2 js/vendor/modernizr-2.7.1.min.js
+0 −2 js/vendor/zepto.min.js
+26 −0 manifest.webapp
+0 −202 tools/mobile-bookmark-bubble/COPYING
+0 −559 tools/mobile-bookmark-bubble/bookmark_bubble.js
+0 −43 tools/mobile-bookmark-bubble/example/example.html
+0 −57 tools/mobile-bookmark-bubble/example/example.js
+ tools/mobile-bookmark-bubble/images/arrow.png
+ tools/mobile-bookmark-bubble/images/close.png
+0 −33 tools/mobile-bookmark-bubble/images/generate_base64_images
+ tools/mobile-bookmark-bubble/images/icon_calendar.png

0 comments on commit 63becd4

Please sign in to comment.