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

Commit c6cba9e

Browse files
author
Max Waterman
committed
Added shared target for crosswalk.
1 parent 012f66a commit c6cba9e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Gruntfile.js

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,23 @@ module.exports = function (grunt) {
1616
chromeInfo: grunt.file.readJSON('platforms/chrome-crx/manifest.json'),
1717

1818
crosswalk: {
19+
shared: {
20+
"outDir": 'build',
21+
verbose: false,
22+
version: '<%= packageInfo.version %>',
23+
name: '<%= packageInfo.name %>',
24+
pkg: 'org.org01.webapps.<%= packageInfo.name.toLowerCase() %>',
25+
icon: 'icon_128.png',
26+
fullscreen: true,
27+
remoteDebugging: true,
28+
appRoot: 'build/xpk',
29+
appLocalPath: 'index.html',
30+
embedded: false
31+
//androidSDKDir: '/opt/android-sdk-linux/',
32+
//xwalkAndroidDir: process.env.HOME+'/Downloads/crosswalk-3.32.53.4-arm'
33+
//arch: 'arm',
34+
//androidAPIVersion: "18.0.1"
35+
},
1936
arm: {
2037
"outDir": 'build',
2138
verbose: false,

0 commit comments

Comments
 (0)