1.0.0 • Published 10 years ago

grunt-cordovizer v1.0.0

Weekly downloads
1
License
-
Repository
github
Last release
10 years ago

cordovizer

Note: this is a beta package.

Installation:

npm install grunt-cordovizer --save

Description:

By adding:

      grunt.initConfig({
        // ...
        cordovize: {
            options: {
                application: {
                    name: 'DemoApp',
                    id: 'com.tamasutasi',
                },
                platforms: ['browser', 'android'],
                plugins: [
                    'org.apache.cordova.splashscreen'
                ]
            }
        }
        // ...
      });

      grunt.loadNpmTasks('grunt-cordovizer');

to your Gruntfile.js you can generate cordova artifacts whenever you need. This way you don't need to commit generated artifacts to your repository.

Fixed:

  • working directory (/tmp/cordova-generated-artifacts) are cleaned up (was /tmp/sample).
  • cordova artifacts (/hooks, /platforms, /plugins, /www, /config.xml) cleared up

Known issues (none at the moment)

1.0.0

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago