Skip to content

raphaelluchini/grunt-samsungstv-packager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grunt-samsung

Task manager for package samsung smarttv apps, using: samsungstv-packager

Getting Started

npm install grunt-samsungstv-packager --save

Add those lines in your grunt file

samsung: {
    default_options: {
        options:{
            samsungApp: './', //Diectory to be packaged
            serverRoot: null, //(Optional)Where the packager going to write the files and create the server. Defult:'./'
            appId: null, //(Optional) Samsaung AppId 
            appTitle: null, //(Optional) App Title
            serverPort:null //(Optional) Samsung smarttvs uses only port 80, but if for some reason you need to change, you can do it.
        }
    }
}
grunt.loadNpmTasks('grunt-samsungstv-packager');

Then run it(sudo is necessary to access the port 80)

    sudo grunt samsung

About

Grunt task for compile samsung html5 apps using samsungstv-packager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published