grunt-samsung-widgetlist
v0.2.1
Published
Grunt task for build Samsung SmartTV packages.
Downloads
4
Readme
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.