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

Commit

Permalink
Added shared target for crosswalk.
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Waterman committed Mar 11, 2014
1 parent 0f2f23b commit 4cfa599
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,23 @@ module.exports = function (grunt) {
chromeInfo: grunt.file.readJSON('platforms/chrome-crx/manifest.json'),

crosswalk: {
shared: {
"outDir": 'build',
verbose: false,
version: '<%= packageInfo.version %>',
name: '<%= packageInfo.name %>',
pkg: 'org.org01.webapps.<%= packageInfo.name.toLowerCase() %>',
icon: 'icon_128.png',
fullscreen: true,
remoteDebugging: true,
appRoot: 'build/xpk',
appLocalPath: 'index.html',
embedded: false
//androidSDKDir: '/opt/android-sdk-linux/',
//xwalkAndroidDir: process.env.HOME+'/Downloads/crosswalk-3.32.53.4-arm'
//arch: 'arm',
//androidAPIVersion: "18.0.1"
},
arm: {
"outDir": 'build',
verbose: false,
Expand Down

0 comments on commit 4cfa599

Please sign in to comment.