facelessuser / SerializedDataConverter

Convert between serialized data formats (plist | json | yaml)
Other
26 stars 4 forks source link

Command as target in build system #12

Open dubeg opened 8 years ago

dubeg commented 8 years ago

Without luck, I've been trying to run any command defined by the plugin (ex: serialized_yaml_to_plist) via a build system. I keep getting Unable to find target command: serialized_plist_to_json..

Build file:

{
    "target" : "serialized_plist_to_json",
    "args": {"save_to_file": true},
    "file_patterns": ["*.tmTheme.YAML"]
}

The plugin is installed via packagecontrol, so zipped in Installed Packages. I thought perhaps the build system couldn't reach a command defined in a zipped package, but it seems to work (I tried with a zipped test plugin).

Any ideas?

facelessuser commented 8 years ago

I don't really know. I've never used it in a build system. I just run the command when I want to use it.

You'll have to wait until I have time to play with this in a build system before I can offer any suggestions.