SerializedDataConverter
SerializedDataConverter copied to clipboard
Command as target in build system
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?
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.