diff --git a/Gruntfile.js b/Gruntfile.js index 4982baa..620c64f 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -52,13 +52,13 @@ module.exports = function(grunt) { { expand: true, cwd: 'Shared', - src: 'img', + src: 'img/**', dest: 'build/mobile' }, { expand: true, cwd: 'Shared', - src: 'img', + src: 'img/**', dest: 'build/web' }, { @@ -109,7 +109,7 @@ module.exports = function(grunt) { } }, copy: { - files: 'Shared/**', + files: ['Shared/img/**', 'Mobile/index.html', 'Mobile/manifest.webapp', 'Web/index.html', 'Web/manifest.webapp', 'Web/cache.appcache'], tasks: 'copy', options: { spawn: false diff --git a/Mobile/index.html b/Mobile/index.html index 5620125..a183641 100755 --- a/Mobile/index.html +++ b/Mobile/index.html @@ -42,7 +42,7 @@

Sketch

-

Connet Telorance40

+

Telorance40

@@ -53,7 +53,7 @@