grunt-samsung-widgetlist

0.2.1 • Public • Published

grunt-samsung-widgetlist

Grunt task for build Samsung SmartTV packages list.

Getting Started

Install this grunt plugin next to your project's grunt.js gruntfile with: npm install grunt-samsung-widgetlist

Then add this line to your project's grunt.js gruntfile:

grunt.loadNpmTasks('grunt-samsung-widgetlist');

Documentation

Configure the widgetlist task like

:::javascript
grunt.initConfig({
    // ...
	'widgetlist': {
		all: {
			output: 'dist/widgetlist.xml',
			downloadPrefix: 'http://192.168.1.100/',
			files: ['dist/*.zip']
		}
	}
    // ...
});

Release History

(Nothing yet)

License

Copyright (c) 2012 Interfaced
Licensed under the MIT license.

Readme

Keywords

none

Package Sidebar

Install

npm i grunt-samsung-widgetlist

Weekly Downloads

0

Version

0.2.1

License

none

Last publish

Collaborators

  • reefridge
  • lacki