michaelluis
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2017
08:01 AM
build tools for brs developers?
I recently switched from coding in webstorm to atom. I usually just zipped my code and uploaded to the Web interface of my local box. I am trying to streamline the dev process as this is cumbersome.
Does anyone use anything that will automatically send to the dev box? For example, in a Web project a developer would use grunt or webpack to hot load. Does anyone have a hot reload set up where on change it is zipped and sent over to the local ip of the box automatically?
Or even a build tool like ANT where we can run a simple command like "ant deploy"
Does anyone use anything that will automatically send to the dev box? For example, in a Web project a developer would use grunt or webpack to hot load. Does anyone have a hot reload set up where on change it is zipped and sent over to the local ip of the box automatically?
Or even a build tool like ANT where we can run a simple command like "ant deploy"
5 REPLIES 5

squirreltown
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2017
08:27 AM
Re: build tools for brs developers?
Some of us use a shell script to deploy, I personally wouldn't want it to be automatic though.
Kinetics Screensavers
joetesta
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2017
11:14 AM
Re: build tools for brs developers?
the team I'm on uses gradle to do this, when saving a file in the workspace it automatically builds and deploys.
I've also used shell scripts on mac to zip, deploy & archive my previous build.
I've also used shell scripts on mac to zip, deploy & archive my previous build.
aspiring
belltown
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2017
03:42 PM
Re: build tools for brs developers?
ioan
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2017
04:39 PM
Re: build tools for brs developers?
Did you try the Eclipse plugin? That's what I'm using and I'm very happy with it.
https://sdkdocs.roku.com/display/sdkdoc ... clipse+IDE
https://sdkdocs.roku.com/display/sdkdoc ... clipse+IDE
https://github.com/e1ioan/
http://rokucam.com
http://rokucam.com
tim_beynart
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2017
09:02 AM
Re: build tools for brs developers?
I use https://atom.io/packages/roku-deploy