domeide / sublime-docker

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

Windows #16

Closed blaggacao closed 9 years ago

blaggacao commented 9 years ago

it seems that in windows it can not be put directli into the package directory. i put it into 'dockerbuild' dubdirectory, but then had to change the import statment:

'from dockerbuild import dockerutils' - if this also works on linux osx, you could consider updating the install.sh

l0rd commented 9 years ago

Ok thanks I will have a look at it.