grunt-tp-repo

0.5.1 • Public • Published

h3. grunt-tp-repo

Uploads a file to a path on tprepo.

h4. Getting started

Add it to your package.json file

{code:javascript} "dependencies" : { "tprepo" : "http://deploy:gurrgleBlast!@tprepo.corp.theplatform.com/node_modules/grunt-tp-repo-0.3.0.tgz" } {code} {code}

h4. Tasks

metalayout : Uploads a file or string to the controlLayoutXml field on a player object.

customjs : Uploads a file or string to the customJavaScript field on a player object.

h4. Usage Examples

{code:javascript} module.exports = function(grunt) { grunt.initConfig({ tprepo : { dev : { options : { mkdir : true }, files : { "/node_modules/" : "dist/grunt-tp-repo-0.2.0.tgz" } } } }); grunt.loadNpmTasks("grunt-tp-repo"); grunt.registerTask('default', ['tprepo']); }; {code}

h3. Repo Location {code} /depot/Tools/node_modules/grunt-tp-player/ {code}

h3. Release History

  • 0.3.0 Honor mkdir added logs
  • 0.2.0 Removing logs cleaning up
  • 0.1.0 Beta build and deploy

Readme

Keywords

Package Sidebar

Install

npm i grunt-tp-repo

Weekly Downloads

1

Version

0.5.1

License

ISC

Last publish

Collaborators

  • theplatcal