domeide / sublime-docker

A Sublime Text plugin to use Docker Language Stacks as build systems
127 stars 12 forks source link

Fixed bugs in dockerutils.py and modifed cpp build cmd #23

Closed k1xme closed 9 years ago

k1xme commented 9 years ago

Added function generateBuildCmd() to DockerBuildCommand class to support generating the "compile & run" command for C++ source files.

Fixed the bugs in dockerutils.py where dockerutils.opt_rm = " --rm" should be opt_rm = " --rm".