1.0.0 • Published 9 years ago

grunt-cordovizer v1.0.0

Weekly downloads
1
License
-
Repository
github
Last release
9 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

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago

0.0.0

9 years ago