Closed Phoscur closed 9 years ago
Wrong usage of Gruntfile.js
try this
cordovacli:
plugins_for_internal:
options:
path: './app/'
command: 'plugin'
action: 'add'
plugins: cordovaPlugins
plugins_for_external:
options:
path: './app-external/'
command: 'plugin'
action: 'add'
plugins: cordovaPlugins
From my codebase I'm able to build two different apps (internal&external) for the same domain. But using the same gruntfile does do not work: