0.2.1 • Published 12 years ago

grunt-samsung-widgetlist v0.2.1

Weekly downloads
2
License
-
Repository
bitbucket
Last release
12 years ago

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 Vyatcheslav Zaytcev
Licensed under the MIT license.

0.2.1

12 years ago

0.2.0

12 years ago

0.1.0

12 years ago