Skip to content
This repository was archived by the owner on Apr 17, 2019. It is now read-only.

Commit 49fb204

Browse files
author
Max Waterman
committed
SDK target was missing some bower installed files.
1 parent f224ef1 commit 49fb204

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Gruntfile.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,10 @@ module.exports = function (grunt) {
9090
{ expand: true, cwd: 'app/', src: ['css/**'], dest: 'build/sdk/' },
9191
{ expand: true, cwd: 'app/', src: ['*.html'], dest: 'build/sdk/' },
9292
{ expand: true, cwd: 'data/', src: ['config.xml'], dest: 'build/sdk/' },
93-
{ expand: true, cwd: '.', src: ['icon*.png'], dest: 'build/sdk/' }
93+
{ expand: true, cwd: '.', src: ['icon*.png'], dest: 'build/sdk/' },
94+
{ expand: true, cwd: 'app/', src: ['lib/requirejs/require.js'], dest: 'build/sdk/' },
95+
{ expand: true, cwd: 'app/', src: ['lib/requirejs-domready/domReady.js'], dest: 'build/sdk/' },
96+
{ expand: true, cwd: 'app/', src: ['lib/requirejs-text/text.js'], dest: 'build/sdk/' },
9497
]
9598
}
9699
},

0 commit comments

Comments
 (0)