Skip to content

Instantly share code, notes, and snippets.

@wittemann
Created January 18, 2010 12:41
Show Gist options
  • Save wittemann/279985 to your computer and use it in GitHub Desktop.
Save wittemann/279985 to your computer and use it in GitHub Desktop.
generator.json
// generator json config file
{
"jobs" : {
"source-script" : {
"compile-options" : {
"code" : {
"decode-uris-plug" : "/Users/mw/.qooxdoo/decode.js"
}
}
},
"test-source" : {
"source-script" : {
"compile-options" : {
"code" : {
"decode-uris-plug" : "/Users/mw/.qooxdoo/decode.js"
}
}
}
},
"test" : {
"source-script" : {
"compile-options" : {
"code" : {
"decode-uris-plug" : "/Users/mw/.qooxdoo/decode.js"
}
}
}
},
"__all-source__" : {
"compile-options" : {
"code" : {
"decode-uris-plug" : "/Users/mw/.qooxdoo/decode.js"
}
}
},
"__all-build__" : {
"compile-options" : {
"code" : {
"decode-uris-plug" : "/Users/mw/.qooxdoo/decode.js"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment